Showing posts with label Spring Boot. Show all posts
Showing posts with label Spring Boot. Show all posts
We can utilize ready made templates provided by Spring Boot framework to connect with Kafka to write messages and read from with Kafka Producer and Kafka Consumer.
In the following you will see complete demo of building Spring Boot with Kafka Producer and Kafka Consumer classes to write and read data to and from Kafka topic. And also we will learn how to dockerize Kafka and run it with Docker Compose.
Just check the following video. If you like the video like it and subscribe to channel: https://www.youtube.com/c/Techtter
#springboot #kafkaconsumer #kafka #techtter #kafkaproducer #docker #dockercompose
Docker Compose simplifies developer life easier while deploying microservices as containers. When you want to run docker containers you have to execute several commands for each and every container when you multiple containers. It take a lot of time to manage them while fixing bugs and running them again and again.
Docker compose solves this probel by providing a single config yml file to define all docker images and configurations in a single file and can run them with a single command. In the example shown in the below video, I am explaining how Docker Compose works and how to deploy 3 microservices that Angular fron-end application, spring boot application and postgreSQL database. Check the video and learn more about docker compose.
Docker Compose Explained with 3 Microservices Angular, Spring Boot & PostgreSQL
RPidugu
June 08, 2020
