You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use GRPCROUTE to forward frontend traffic to backend microservices. However, since the backend service takes a long time to execute, the connection is automatically disconnected.
I checked the issues and documentation, and found that HTTPRoute allows setting a timeout, but I couldn't find relevant information for GRPCRoute.