September 2017
Intermediate to advanced
244 pages
6h 44m
English
As you can see, we said debugging and maintenance will be easier in a microservice. However, it also becomes a challenge when there is communication between these services and one's output is effecting another.
When we have different services, we need a way for services to communicate with each other. Services communicate with each other in two ways: through HTTP calls or through messages. Here, by messages we mean using some sort of messaging queues such as RabbitMQ and so on. In the case of message passing, it can be very difficult if there is some bug or something unexpected is happening. Since it is not one service and every service is working based on the previous service's output, it is difficult to know ...
Read now
Unlock full access