Kafka – Creating Simple Producer & Consumer Applications Using Spring Boot

Overview: In the previous article, we had discussed the basic terminologies of Kafka and created local development infrastructure using docker-compose. In this article, I would like to show how to create a simple kafka producer and consumer using Spring-boot. Prerequisite: Java 8 or above installed Kafka is up and running Goal: Aim of this post […]

Kafka – Local Infrastructure Setup Using Docker Compose

Overview: Kafka is a distributed event streaming application. If you are not sure what it is, you can compare it with a message queue like JMS, ActiveMQ, RabbitMQ etc. However it can do a lot more than these message queues. Kafka isĀ little bit difficult to set up in local. It is mainly because of its

Kafka – Local Infrastructure Setup Using Docker ComposeRead More »