How to build a custom Kafka Consumer application?
If you have followed my recent post – how to build a custom Kafka Producer application, I’m sure you would also like to learn how to build a custom Kafka...
...on a journey to become an outlier software engineer!
If you have followed my recent post – how to build a custom Kafka Producer application, I’m sure you would also like to learn how to build a custom Kafka...
Recently I’ve published a few how-to topics related to Apache Kafka. In this post, I’ll tell you how to build a custom Kafka Producer application which will help to take more...
In my previous post, I explained how to set up Apache Kafka locally using a single broker. In this post, I’ll tell you how to add more brokers (nodes) to...
Apache Kafka is a distributed streaming platform that is similar to a message queue or enterprise messaging system which is a distributed commit log. In this post, I’ll tell you...
More