I have been working on a project with multiple microservices whose communication happens through API calls. Lets say microservice A calls a service provided by microservice B. According to the current implementation, we don’t have multiple APIs for the different services provided by Microservice B; instead what we have is a single API which acceptsRead more