KafkaTopicPartitionDescription
KafkaTopicPartitionDescription
is a datatype for a Kafka topic partition description.
Table: KafkaTopicPartitionDescription
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 25, 2024 | |||||
inSyncReplicas | [integer] | yes | Short-Term | In-Sync Replica (ISR) sets that have been confirmed and written to disk. | |
leader | integer | yes | Short-Term | The leader of the Kafka partition. | |
partition | integer | yes | Short-Term | The number of the Kafka partition. | |
replicas | [integer] | yes | Short-Term | The replicas of the Kafka partition. |