- Published on
We started by using Spring Initializr to set up a new Spring Boot project. Once our project was ready, we conjured the Kafka Producer and Consumer Configuration - the first of our primary tools. Our Kafka producer was in charge of sending notifications, while the Kafka consumer listened for those messages and sent them to our web and mobile clients.