Rebalancing Kafka partitions
Kafka is a very powerful and robust messaging system that is widely used in big data systems. However, it is not that good at its own housekeeping. Each topic in Kafka is divided into partitions that enable parallel publishing and consuming of data and each partition has several replicas (usually Three) which are spread across… Read More »