In this video I will go over over the power of Kafka and how to utilize it with multiple services. It's a staple with Microservice Messaging and Event Driven Architecture. I created a Docker compose to spin up a Kafka and Zookeeper container. Then a producer is created as a Gateway service and a Consumer that will take in all of the messages in the topic. Hope you found this video informative and use this as a template for other projects.
Spring Initializer:
https://start.spring.io/
Install:
Docker: https://www.docker.com/products/docke...
Java: https://www.oracle.com/java/technolog...
Intellij (Optional): https://www.jetbrains.com/idea/download/
Postman: https://www.postman.com/downloads/
Kafka Components:
• Kafka Deep Dive
Help my Coffee Addiction:
https://www.buymeacoffee.com/techwithgio
0:00 Intro
03:45 Creating the Springboot Applications
11:47 Creating the Docker Compose for Kafka/Zookeeper
23:42 Springboot Producer Configuration
01:09:14 Springboot Consumer Configuration
01:35:48 Postman Demo Time
#kafka #softwareengineer #springboot #spring #eventdrivenarchitecture #docker