KafkaClusterDescription

KafkaClusterDescription is a datatype for a Kafka cluster description.

Table: KafkaClusterDescription

ParameterTypeRequiredDefaultStabilityDescription
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
chatterTopicKafkaTopicDescriptionyes Short-TermAny chatter topic associated with the Kafka cluster. See KafkaTopicDescription.
clusterIDstringyes Short-TermThe unique identifier of the cluster.
controllerKafkaNodeyes Short-TermThe Kafka node that is the controller of the cluster. See KafkaNode.
globalEventsTopicKafkaTopicDescriptionyes Short-TermThe global Kafka events topic. See KafkaTopicDescription.
ingestTopicKafkaTopicDescriptionyes Short-TermA description of the Kafka ingest topic. See KafkaTopicDescription.
logDirDescriptions[KafkaLogDir]yes Short-TermDescriptions of the Kafka log directories. See KafkaLogDir.
nodes[KafkaNode]yes Short-TermThe list of Kafka nodes in the cluster. See KafkaNode.