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.