THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
MBean name | Description | |||||||
---|---|---|---|---|---|---|---|---|
kafka.server:type=KafkaServer,name=MetadataType | An enumeration of: ZooKeeper (1) or KRaft (2). Each broker reports this. | |||||||
kafka.controller:type=KafkaController,name=MetadataType | An enumeration of: ZooKeeper (1), KRaft (2), or Dual (3). The active controller reports this. | |||||||
kafka.controller:type=KafkaController,name=Features,feature={feature},level={level} | The finalized set of features with their level as seen by the controller. Used to help operators see the cluster's current metadata.version | |||||||
kafka.controller:type=KafkaController,name=ZkMigrationState | An enumeration of the possible migration states the cluster can be in. This is only reported by the active controller. | |||||||
kafka.controller:type=KafkaController,name= | MigrationIneligibleBrokerCountMigratingZkBrokerCount | A count of ZK brokers that are | not eligible for migration. This metric will only be reported by the active KRaft controller while in the "MigrationInelgible" ZkMigrationState. If not in that state, it will report zero.kafka.controller:type=KafkaController,name=MigrationIneligibleControllerCount | A count of KRaft quorum controllers that are not eligibleregistered with KRaft and ready for migration. This | metricwill only be reported by the active | KRaftcontroller | while in the "MigrationInelgible" ZkMigrationState. | If not in that state, it will report zero.|
kafka.controller:type=KafkaController,name=ZooKeeperWriteBehindLagZkWriteBehindLag | The amount of lag in records that ZooKeeper is behind relative to the highest committed record in the metadata log. This metric will only be reported by the active KRaft controller. | |||||||
kafka.controller:type=KafkaController,name= | ZooKeeperBlockingKRaftMillisZkWriteSnapshotTimeMs | The number of milliseconds the KRaft controller took reconciling a snapshot into ZK | ||||||
kafka.controller:type=KafkaController,name=ZkWriteDeltaTimeMs | The number of milliseconds the KRaft controller took writing a delta into ZK | a write to KRaft has been blocked due to lagging ZooKeeper writes. This metric will only be reported by the active KRaft controller.
MetadataVersion (IBP)
A new MetadataVersion in the 3.4 line will be added. This version will be used for a few things in this design.
...