InterviewSolution
Saved Bookmarks
| 1. |
Explain how independent microservices communicate with each other. |
|
Answer» Communication between microservices can take place through:
RABBITMQ, Nats, Kafka, etc., can be used as message brokers; each is built to handle a PARTICULAR message semantic. You can also USE Backend as a SERVICE like Space Cloud to automate your entire backend. |
|