How does Kafka scale?

How does Kafka scale? The main way we scale data consumption from a Kafka topic is by adding more consumers to the consumer group. If you know that you will need many consumers to parallelize the processing, you can plan accordingly with the number of partitions to parallel the consumer works. How is Kafka scalable? … Continue reading How does Kafka scale?