Hi There, We are using nginx to route requests to our gRPC services. But nginx expects all the services to be deployed so that it can start up successfully. *proxy_pass* directive allows this behaviour by using variable for specifying upstream server and this allows nginx to start up even when the upstream service is unavailable. Can this behaviour be achieved using *grpc_pass *directive?
Regards, Nagaraj
_______________________________________________ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel