KafkaClusterDescription is a datatype for a Kafka cluster description.

Table: KafkaClusterDescription

ParameterTypeRequiredDefaultDescription
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 Any chatter topic associated with the Kafka cluster. See KafkaTopicDescription.
clusterIDstringyes The unique identifier of the cluster.
controllerKafkaNodeyes The Kafka node that is the controller of the cluster. See KafkaNode.
globalEventsTopicKafkaTopicDescriptionyes The global Kafka events topic. See KafkaTopicDescription.
ingestTopicKafkaTopicDescriptionyes A description of the Kafka ingest topic. See KafkaTopicDescription.
logDirDescriptions[KafkaLogDir]yes Descriptons of the Kafka log directories. See KafkaLogDir.
nodes[KafkaNode]yes The list of Kafka nodes in the cluster. See KafkaNode.