Description:
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.
How can I set the timeout for gRPC?