Eshoponcontainers: ocelot and grpc api gateway

Created on 30 Sep 2020  路  4Comments  路  Source: dotnet-architecture/eShopOnContainers

Download latest code and its very nice architecture. Need your advice ocelot and grpc both used in api gateway or Envoy and grpc both used in api gateway?

question

Most helpful comment

Hi @chhotalamansukh,

Ocelot doesn't support gRPC, so Envoy would be the way to go.

Hope this helps!

All 4 comments

Hi @chhotalamansukh,

Ocelot doesn't support gRPC, so Envoy would be the way to go.

Hope this helps!

Morning @mvelosop
Thanks for quick response!
Can you advice which is the best Envoy and gRPC or other technologies?

Well, as usual, it depends... always 馃槈

You can take a look an explore the use of Envoy + gRPC in the Envoy+aggregators microservices beginning here: https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/src/ApiGateways

Hope this helps.

Hey @mvelosop
Thank a lot for provide link 馃憤
Which is better NGINX + gRPC or Envoy + gRPC?

Was this page helpful?
0 / 5 - 0 ratings