Explains how to modify the number of partitions using the Control System and the CLI.
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.