KafkaTopicDescription
is
a datatype for a Kafka topic description.
Table: KafkaTopicDescription
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 | |||||
config | KafkaTopicConfigs | yes | Short-Term | The Kafka configuration set. See KafkaTopicConfigs . | |
name | string | yes | Short-Term | The name of the Kafka topic. | |
partitions | [KafkaTopicPartitionDescription ] | yes | Short-Term | The partitions related to the Kafka topic. See KafkaTopicPartitionDescription . |