Writing a Kafka consumer seems simple, subscribe to a topic, and consume messages as they appear. Unfortunately life’s not that simple, there’s a lot of things to take into account. Configuration Topics Kafka puts messages… 

I’ve been using kafka lately and this is a short post on a couple of the commands that I have used to get information from it when I am debugging. One thing to note, kafka…