Reconfigure Kafka Topic
This endpoint reconfigures an existing kafka topic.
URL Parameters
The unique ID of the topic
Request Parameters
Retention time of messsages in the topic\ -1
for highest possible value
Retention size of the messages in the topic\ -1
for highest possible value
Max message size in the topic\
Response Parameters
ID of the new kafka topic
Name of the new kafka topic
ID of the created Kafka cluster
The region the Kafka cluster is deployed in
Cluster creation timestamp
State of the topic\ active
or deleted
Number of partitions the topic has
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
Cleanup policy to be used in the topic\ compact
or delete
Password to be used in authenticating to the cluster
Max total number of partitions allowed in 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 message size will be allowed in topics in the cluster
Was this page helpful?