gRPC service load balancing

I have several gRPC services running behind a cloudflare load balancer. It work well, however there are two weird issues that seem to be something hardcoded in cloudflares code. Neither of these issues happen when connecting directly to origin.

  1. It takes exactly 10 seconds for new connections to be made
  2. After exactly 10 minutes, streams are shut down with no error message. This happens whether or not there is data flowing through the stream.

Any ideas? I’ve tried adding bidirectional ping and it doesn’t do anything.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.