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