Alter topic partitions kafka

Increase (only) the number of partitions for a topic

kafka-topics.sh --bootstrap-server kafka:9092 --alter --topic <name> --partitions 6
more kafka all 20 commands →