What is Spring Boot

Spring Boot is a set of components that provide several tools to create services quickly and with minimal effort. Spring Boot uses preset configurations that save your time and avoid repetition in application development.
It also provides libraries for most of the needs in the creation of services, microservices and Rest applications.

[Read More]

Configuring Kafka and Spring Boot

Let’s see in this post how to implement and configure Apache Kafka with SpringBoot.

Spring provides a simple way to integrate with Kafka by providing a template to easily send messages and annotations to receive messages. in a simple way and annotations to receive the messages. We will use a docker image with Kafka to test its execution.

[Read More]