Modifying Topic Partitions
Explains how to modify the number of partitions using the Control System and the CLI.
Modifying Topic Partitions Using the Control System
- Log in to the Control System and go to the Topics tab in the stream information page.
-
Click
in the Partitions column for the topic.
The Edit Partition window displays. - Modify the number of partitions and click Save Changes for the changes to take effect.
Modifying Topic Partitions Using the CLI or REST API
The command to modify topic partitions is:
stream topic edit -path <stream path> -topic <topic name> -partitions <number of partitions>
For complete reference information, see
stream topic edit
.