KafkaClusterDescription
is a datatype for a Kafka cluster description.
Table: KafkaClusterDescription
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 | |||||
chatterTopic | KafkaTopicDescription | yes | Short-Term | Any chatter topic associated with the Kafka cluster. See KafkaTopicDescription . | |
clusterId | string | yes | Short-Term | The unique identifier of the cluster. | |
controller | KafkaNode | yes | Short-Term | The Kafka node that is the controller of the cluster. See KafkaNode . | |
globalEventsTopic | KafkaTopicDescription | yes | Short-Term | The global Kafka events topic. See KafkaTopicDescription . | |
ingestTopic | KafkaTopicDescription | yes | Short-Term | A description of the Kafka ingest topic. See KafkaTopicDescription . | |
logDirDescriptions | [KafkaLogDir ] | yes | Short-Term | Descriptions of the Kafka log directories. See KafkaLogDir . | |
nodes | [KafkaNode ] | yes | Short-Term | The list of Kafka nodes in the cluster. See KafkaNode . |