Communication Structures in Microservices Explained
RPC (Remote Procedure Call)
A remote procedure call is a communication protocol between a client and a server. The client asks the server to do a particular operation. The server performs that operation immediately and returns some information back t...
bilge.hashnode.dev4 min read