Msgs
Topic Configure
Configures the number of partitions for a topic.
Partition count can only be increased, never decreased. The default for a new topic is 1.
post/api/v1.msgs.topic.configure
Request body
Example request
{
"namespace": "some_namespace",
"topic": "some_topic_name"
}