Microservice communication with kafka broker in Event driven architecture
This article display how the communication takes place between two or more microservice. For communicating between the microservice you can use any message broker here in this example we are using the Kafka broker. For communication with the microservice we have created two topics TOPIC 1 and TOPIC 2.
TOPIC 1 will be produced by the MS_1 and will be consumed by the MS_2 and TOPIC 2 will be produced by the MS_2 and will be consumed by the MS_1.
For detailed explanation follow the below video link.
Comments
Post a Comment
Students you can ask your doubts in comment section