crise1990 commented on issue #843: 请问 brpc 现阶段是否支持 gRPC 双向streaming?
URL: https://github.com/apache/incubator-brpc/issues/843#issuecomment-513102063
 
 
   > nginx 和 upstream server 之间还不支持grpc和h2c协议吧?貌似只在和客户端方向之间的通信上支持。
   
   [NGINX 在 1.13.10 及以后的版本中已经包含 grpc 
相关功能](http://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_pass)
   在 NGINX 配置文件 location 中,添加 grpc_pass (例如:grpcs://127.0.0.1:443;)即可实现 gRPC 
反向代理的配置。目前我们的服务已经对这个 feature 验证并测试通过。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to