Kafka

Using Kafka to implement asynchronous communication between microservices using the Devprime platform.

Asynchronous communication between microservices with Kafka

In this scenario, two microservices will be implemented using asynchronous communication with Kafka, using the DevPrime platform. Upon receiving a request, the “ms-order” microservice will process its rules and then emit an event to the “ms-payment” microservice.

Last modified August 20, 2024 (2f9802da)