Event-Driven Microservices using Spring Boot and Kafka | Crash Course 🔥

preview_player
Показать описание
In this crash course, you will learn how to build a simple Event-Driven Microservices Spring Boot and Apache Kafka.

My Top 10+ Udemy Courses (Bestseller Courses):

Basically, you will learn how to use Apache Kafka as a message broker for Asynchronous communication between multiple microservices.

Event-driven architecture (EDA) is a software design pattern in which decoupled applications can asynchronously publish and subscribe to events via an event broker/message broker.

Prerequisites:

Course content: 15 Lectures:
1 - Course Overview [00:00]
2 - What is Event Driven Architecture? [02:49]
3 - How Event-Driven Architecture Works and Its Advantages [06:40]
4 - Install and Setup Apache Kafka on Mac and Windows [11:44]
5 - Create 4 Microservices [34:47]
6 - Import and Setup 4 Microservices in IntelliJ IDEA [40:26]
7 - Create Order and OrderEvent DTO Classes in Base-Domains [47:23]
8 - Configure Kafka Producer in OrderService Microservice [50:40]
9 - Configure Kafka Topic in OrderService Microservice [57:48]
10 - Create Kafka Producer in OrderService Microservice [01:01:46]
11 - Create REST API and Test Kafka Producer in OrderService Microservice [01:09:22]
12 - Configure Kafka Consumer in StockService Microservice [01:16:30]
13 - Create Kafka Consumer in StockService Microservice [01:24:34]
14 - Configure and Create Kafka Consumer in EmailService Microservice [01:36:10]
15 - Run 3 Microservices Together and Have a Demo [01:40:43]

#microservices #springboot #kafka
Рекомендации по теме
Комментарии
Автор

Timestamp on course content: 15 Lectures:
1 - Course Overview [00:00]
2 - What is Event Driven Architecture? [02:49]
3 - How Event-Driven Architecture Works and Its Advantages [06:40]
4 - Install and Setup Apache Kafka on Mac and Windows [11:44]
5 - Create 4 Microservices [34:47]
6 - Import and Setup 4 Microservices in IntelliJ IDEA [40:26]
7 - Create Order and OrderEvent DTO Classes in Base-Domains [47:23]
8 - Configure Kafka Producer in OrderService Microservice [50:40]
9 - Configure Kafka Topic in OrderService Microservice [57:48]
10 - Create Kafka Producer in OrderService Microservice [01:01:46]
11 - Create REST API and Test Kafka Producer in OrderService Microservice [01:09:22]
12 - Configure Kafka Consumer in StockService Microservice [01:16:30]
13 - Create Kafka Consumer in StockService Microservice [01:24:34]
14 - Configure and Create Kafka Consumer in EmailService Microservice [01:36:10]
15 - Run 3 Microservices Together and Have a Demo [01:40:43]

JavaGuides
Автор

👌awesome tutorial! thanks a lot it helps me a lot for my interview preparation.

moneshkumarsahu
Автор

Great to see such best demanding topics you are covering but please complete this full end to end

foddiebyage
Автор

Awesome, thanks for the wonderful explanation 🙏👍

dakshu
Автор

Well explained.. Thank you so much Ramesh Bhaii ❤

Suraj-djrk
Автор

Worked really well for me, thank you so much!

derekmwachinga
Автор

Very good content about EDA. Thanks a lot for it.

arundhwajiiith
Автор

Awesome tutorial, thanks for making this.

hemkantgangurde
Автор

This is such an awesome tutorial!! Thanks a lot

hardikyadav
Автор

Amazing, thanks a lot for these videos.

nasirherawi
Автор

Hi good learning, do you have this in the Git library .. thanks

TheNeoamerica
Автор

How is is different from message driven architecture? Queue should be used for event driven or Topic?

faizulislam
Автор

Please make some videos on microservices architecture with spring cloud

bishaladhikari
Автор

high quality course. best ever on YouTube 👌

javatechnology
Автор

Have we covered roll back transactions sir?

Can kafka implement Saga Event driven architecture?

jay-rathod-
Автор

Thank you so much for this amazing video. I have a question, what if a want to save and also I want to get an order? Do I need to create two different topics, consumers and producer for each action? Thank you in advance for your response :)

hectorisraelcastrodeleon
Автор

can any one guide me for kafka set up in windows becoz i faceing some issue
but i have understand course very well thank sir

heeralalpatel-tf
Автор

best example, when you also project with rabbitMQ

tohirasadov
Автор

Can we make a script to run zookeeper service first and den Kafka?

gshan
Автор

Why I get this "Error while executing topic command : Creating topics with default partitions/replication factor are only supported in CreateTopicRequest version 4+. The following topics need values for partitions and replicas: [topic-example] ".
I am using the same command for create the topic like you " --create --topic topic-example --bootstrap-server localhost:9092 "

Can someone help me?

cristimanolache