最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

c# - .NET Core gRPC Gateway Routing - Stack Overflow

programmeradmin4浏览0评论

I'm building a .NET Core server that acts as a gateway for microservices.
However, instead of exposing REST endpoints, I need it to expose gRPC endpoints.
Each incoming gRPC request should be routed to a different, specific gRPC microservice.

Standard API gateways like Ocelot are designed for RESTful services.
Since I'm working with gRPC, how can I implement this gRPC request routing?
What's the best approach for a .NET Core gRPC gateway that directs traffic to various backend gRPC microservices?

发布评论

评论列表(0)

  1. 暂无评论