Heroku 是否支持 RPC(即 gRPC)?
Does Heroku support RPC (i.e. gRPC)?
看起来像 Google App Engine didn't support it 截至 2015 年初。Heroku 是否支持它?想知道它需要什么,如果我们部署所有适当的依赖项并使用正确的端口,它不应该工作吗? (假设会处理身份验证)
Heroku 仅接受端口 80 和端口 443 上的传入请求。这可能是限制因素。
不,Heroku 不支持 gRPC 工作所需的HTTP/2。
HTTP/2 is not currently supported on Heroku although this may change in future. You can find out about our currently supported HTTP protocols here: https://devcenter.heroku.com/articles/http-routing#http-versions-supported
看起来像 Google App Engine didn't support it 截至 2015 年初。Heroku 是否支持它?想知道它需要什么,如果我们部署所有适当的依赖项并使用正确的端口,它不应该工作吗? (假设会处理身份验证)
Heroku 仅接受端口 80 和端口 443 上的传入请求。这可能是限制因素。
不,Heroku 不支持 gRPC 工作所需的HTTP/2。
HTTP/2 is not currently supported on Heroku although this may change in future. You can find out about our currently supported HTTP protocols here: https://devcenter.heroku.com/articles/http-routing#http-versions-supported