alishir / ims-doc

0 stars 0 forks source link

We should manage service connections manually when using gRPC. #3

Open alishir opened 5 years ago

alishir commented 5 years ago

We should manage service connections manually when using gRPC. It would be better if we can offload service discovery and service connection to third-party library or framework. There exists some architectural patterns for this kind of problem that named service mesh.

Here is more information about service mesh and related frameworks.

alishir commented 5 years ago

https://blog.buoyant.io/2017/01/10/http2-grpc-and-linkerd/

alishir commented 5 years ago

https://thenewstack.io/which-service-mesh-should-i-use/