Working With Kafka Topics & Messages
Overview This post covers the fundamental, yet important operations that you or your applications interact with kafka. The main purpose of kafka, to me, is to delivery messages. We are dealing with messages handling in this post. Setup As I’ve setup a kafka instance in the previous post, I’m going to use it in this … Read more