Replies: 1 comment
|
we already have |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In microservices architecture, each microservice acts as an RPC (Remote Procedure Call) server. However, we can create a fake interface using an RPC client that mimics the methods supported by the RPC server. As a result, to the users, it feels like they are using the RPC server interface locally.
All reactions