I need to increase the partition count for a Kafka topic to increase throughput at the consumer. This topic is partition keyed as the consumer expect the messages to reach them in an order.
Kafka is using the default partitioner which is hash key mod by total partitions. If I introduce a new partition, the order of the messages consumed will be messed up. Is there an easy way to introduce new partition and still maintain the order of messages consumed?
We are at Kafka version 2.5