Topic (v3)

Create Topic

Generally Available

Creates a topic.

post/clusters/{cluster_id}/topics

Request body

topic_namestring required
partitions_countinteger
replication_factorinteger

Response

The created topic.

kindstring required
cluster_idstring required
topic_namestring required
is_internalboolean required
replication_factorinteger required
partitions_countinteger required

Changes