Create Kafka cluster
Registers a new Kafka cluster configuration that can be referenced by subscriptions. The cluster configuration is validated to ensure required broker properties are present.
Body
Create Kafka cluster request
Cluster Name
Name for the Kafka cluster, used to identify this Kafka cluster configuration in subscriptions. Must be a valid hostname format.
Properties
Kafka cluster configuration properties. Must contain either 'bootstrap.servers' or 'metadata.broker.list'.
For a full list of configuration properties, check the librdkafka documentation.
Response
Kafka cluster created successfully
Kafka cluster simple response.
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.
Info
List of configuration/deprecation information related to this deployment.