Topics
Get Kafka Topic
This endpoint gets details of a kafka topic.
GET
URL Parameters
string
required
The ID of the kafka topic
Response Parameters
string
ID of the new kafka topic
string
Name of the new kafka topic
string
ID of the created Kafka cluster
string
The region the Kafka cluster is deployed in
int
Cluster creation timestamp
string
State of the topic\
active or deletedint
Number of partitions the topic has
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
Cleanup policy to be used in the topic\
compact or deletestring
Password to be used in authenticating to the cluster
string
Max total number of partitions allowed in 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 message size will be allowed in topics in the cluster