此内容没有您所选择的语言版本。
Chapter 73. KafkaStatus schema reference
Used in: Kafka
| Property | Property type | Description |
|---|---|---|
| conditions |
| List of status conditions. |
| observedGeneration | integer | The generation of the CRD that was last reconciled by the operator. |
| listeners |
| Addresses of the internal and external listeners. |
| kafkaNodePools |
| List of the KafkaNodePools used by this Kafka cluster. |
| registeredNodeIds | integer array | Registered node IDs used by this Kafka cluster. This field is used for internal purposes only and will be removed in the future. |
| clusterId | string | Kafka cluster Id. |
| operatorLastSuccessfulVersion | string | The version of the Streams for Apache Kafka Cluster Operator which performed the last successful reconciliation. |
| kafkaVersion | string | The version of Kafka currently deployed in the cluster. |
| kafkaMetadataVersion | string | The KRaft metadata.version currently used by the Kafka cluster. |
| kafkaMetadataState | string (one of [PreKRaft, ZooKeeper, KRaftMigration, KRaftDualWriting, KRaftPostMigration, KRaft]) | Defines where cluster metadata are stored. Possible values are: ZooKeeper if the metadata are stored in ZooKeeper; KRaftMigration if the controllers are connected to ZooKeeper, brokers are being rolled with Zookeeper migration enabled and connection information to controllers, and the metadata migration process is running; KRaftDualWriting if the metadata migration process finished and the cluster is in dual-write mode; KRaftPostMigration if the brokers are fully KRaft-based but controllers being rolled to disconnect from ZooKeeper; PreKRaft if brokers and controller are fully KRaft-based, metadata are stored in KRaft, but ZooKeeper must be deleted; KRaft if the metadata are stored in KRaft. |
| autoRebalance | The status of an auto-rebalancing triggered by a cluster scaling request. |