Clusters
Create Kafka Cluster
This endpoint creates a new kafka cluster.
POST
Request Parameters
string
required
Name of the new kafka cluster
string
required
The region the cluster will be deployed in
Options:
Options:
eu-west-1 or us-east-1boolean
required
Set true to enable multi-zone replication
Response Parameters
string
ID of the created kafka cluster
string
Name of the kafka cluster
string
The region the kafka cluster is deployed in
string
Shows whether the cluster is free or paid
boolean
Whether the multizone replication is enabled for the cluster or not
string
TCP endpoint to connect to the kafka cluster
string
REST endpoint to connect to the kafka cluster
string
Current state of the cluster(active, deleted)
string
Username to be used in authenticating to the cluster
string
Password to be used in authenticating to the cluster
int
Max retention size will be allowed to topics in the cluster
int
Max retention time will be allowed to topics in the cluster
int
Max messages allowed to be produced per second
int
Cluster creation timestamp
int
Max message size will be allowed in topics in the cluster
int
Max total number of partitions allowed in the cluster