https://www.envoyproxy.io/docs/envoy/latest/configuration/best_practices/edge
route:
cluster: service_foo
idle_timeout: 15s # must be disabled for long-lived and streaming requests
the idle_timeout should be replaced with timeout
the idle_timeout will cause grpc-web server side stream failed!