zbh0323 opened a new issue, #8464: URL: https://github.com/apache/apisix/issues/8464
### Description I have a question that about routing to grpc service. I want to be able to distinguish different grpc services by different path prefixes. I run failed on ingress-nginx just like this conf ` apiVersion: extensions/v1beta1 kind: Ingress metadata: annotations: kubernetes.io/ingress.class: "nginx" nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/backend-protocol: "GRPC" name: grpc-ingress namespace: default spec: rules: - host: grpc.hello.com http: paths: - path: /service.foo.Greeter backend: serviceName: foo-service servicePort: grpc - path: /service.bar.Greeter backend: serviceName: bar-service servicePort: grpc ` I wonder if apisix has some solution or maybe it out of reach,I've also seen the grpc-web design, but that's not the way I want it ### Environment - APISIX version (run `apisix version`):2.15.0 - Operating system (run `uname -a`): - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):openresty/1.21.4.1 -- 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: notifications-unsubscr...@apisix.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org