July 2017
Intermediate to advanced
414 pages
11h 18m
English
In many situations, developers are confused about the number of endpoints per microservice. The question really is whether to limit each microservice with one endpoint or multiple endpoints:

The number of endpoints is not really a decision point. In some cases, there may be only one endpoint, whereas in some other cases, there could be more than one endpoint in a microservice. For instance, consider a sensor data service, which collects sensor information, and has two logical endpoints--create and read. But in order to handle CQRS, we may create two separate physical microservices, as shown in the case of ...
Read now
Unlock full access