[KAFKA] How to chose the number of partitions?
There are several factors to consider when choosing the number of partitions:
What is the throughput you expect to achieve for the topic? For example, do you expect to write 100KB per second or 1 GB per second?
What is the maximum throughput you ex...
opendev.hashnode.dev2 min read