What is the technical objective of using an event bus to facilitate communication between services rather than using synchronous REST API calls?
The technical objective of using an event bus is to decouple services by enabling asynchronous communication. Decoupling means that services do not need to know about each other's existence, location, or current operational state to perform their functions. In a synchronous REST API call, the calling service must wait for the receiving service to process the request and send back a response, creating....
Community Answers
Sign in to open profiles and full community answers.
No community answers yet. Be the first to submit one.