18,828 views
In this live we will build microservices with Java Spring that communicate through Kafka, following principles of Event Driven Architecture (EDA) and Messaging between Microservices. Apache Kafka is a distributed streaming platform that allows the publishing, storage and processing of data streams in real time. In Java, it can be used through its API to create message producers and consumers, facilitating asynchronous communication between services. ⭐ Open YOUR ACCOUNT on HUSKY in less than 1 minute :) https://app.husky.io/onboarding?ref=e... ???? Notion Link https://metal-flea-041.notion.site/Mi... ???? Follow me on instagram! / kipper.dev ???? Discord Community / discord 00:00:00 Intro 00:03:31 Explaining Microservices Architecture 00:19:30 What is Kafka? 00:23:44 Kafka Components: Producer, Consumer, Clusters, Broker 00:41:14 Microservices Communication: Synchronous and Asynchronous 00:52:16 Creating sample project with Spring + Kafka