kingluo commented on issue #9240: URL: https://github.com/apache/apisix/issues/9240#issuecomment-1500043942
> > rewriting the url of grpc request in proxy-rewrite pluing is not supported yet. > > And do you set a correct grpc port of the upstream? > > @kingluo When will it be supported? Do you have any plan to support it? Also, do you have any recommended ways to proxy gRPC services? Yes, we will handle it soon later. But IMO, changing the URI is not a good practice for grpc requests and seems unnecessary. The format of grpc URI is `/package.service/method`, almost all official libraries from main programming langs, e.g. golang, will generate such URI automatically and disallow changing. So it's less possible to generate a non-standard URI like prefixing. So I am wondering why we need to change it. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
