Introduction
Explore message-oriented middleware concepts and understand how Kafka supports asynchronous communication in microservices. This lesson demonstrates event sourcing implementation with Kafka through practical code examples, preparing you for building reliable microservice messaging systems.
We'll cover the following...
We'll cover the following...
Message-oriented middleware (MOM) #
This chapter shows the integration of microservices using a message-oriented middleware (MOM). A MOM sends messages and ensures that they reach the recipient. MOMs are asynchronous, meaning that ...