v7

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-07355390.1 KB
kafka_cluster

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.

post/kafka-clusters

Request body

namestring hostname required

Kafka cluster name

Valid name to use as a kafka cluster identifier. MUST conform a valid hostname format.

propertiesobject required

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

created_atstring required

Created at

When the Kafka cluster configuration was created.

namestring hostname required

Kafka cluster name

Valid name to use as a kafka cluster identifier. MUST conform a valid hostname format.

propertiesobject required

Properties

Properties for connecting to the kafka cluster.

For a full list of configuration properties, check the librdkafka documentation.