Replies: 1 comment
-
we already have |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions