houshunwei opened a new issue #1698: URL: https://github.com/apache/incubator-apisix/issues/1698
### Issue description I designed different prefix paths for different upstreams of grpc: /path1/helloworld.Greeter/SayHello --> upstream1 /path2/helloworld.Greeter/SayHello --> upstream2 but grpc-client does not support path prefix: https://github.com/grpc/grpc/issues/14900 In above grpc issue, they recommend to use ':authority' header. Can you give me some hint to do this using apisix? ### Environment * apisix version (cmd: `apisix version`): 1.3 * OS:centos, docker ---------------------------------------------------------------- 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]
