How Kafka Partitioning works
I researched how the (old) default partitioning algorithm of Kafka works and wrote that down.
I researched how the (old) default partitioning algorithm of Kafka works and wrote that down.
I did some prototyping with KSQL and found the concept of repartitioning a stream quite interesting. I would like to write down what happens.
I have used Kafka Mirror Maker 2 for the first time today and would like to discuss some experiences I made.
In edge cases, a consumer does not report the offsets I assumed he would report.