KafkaTopicPartitionDescription is a datatype for a Kafka topic partition description.

Table: KafkaTopicPartitionDescription

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 25, 2024
inSyncReplicas[integer]yes Short-TermIn-Sync Replica (ISR) sets that have been confirmed and written to disk.
leaderintegeryes Short-TermThe leader of the Kafka partition.
partitionintegeryes Short-TermThe number of the Kafka partition.
replicas[integer]yes Short-TermThe replicas of the Kafka partition.