Connecting Spring Boot Microservices With Kafka
There are many available ways to connect microservices. But, one of the most reliable ways is using message queue protocol. Apache Kafka is one of many message queue systems that you can use freely and it offers so many features that we can customize based on our need.
In this blog post, I will share with you how to connect two Spring Boot microservices using Apache Kafka.