Get Kafka cluster
Returns the details of a specific Kafka cluster, including its configuration properties. Sensitive properties (passwords, secrets, etc.) are automatically redacted in the response.
Path Parameters
Kafka cluster name
Query Parameters
If true, includes the list of subscriptions using this cluster.
Response
Kafka cluster details
Kafka cluster details with subscriptions.
Created at
When the Kafka cluster configuration was created.
Cluster Name
Name for the Kafka cluster, used to identify this Kafka cluster configuration in subscriptions. Must be a valid hostname format.
Properties
Properties for connecting to the kafka cluster.
For a full list of configuration properties, check the librdkafka documentation.
Subscriptions
Subscriptions to this Kafka cluster, returned only when include_subscriptions is enabled.
Info
List of configuration/deprecation information related to this deployment.