GrpcConnectionPool.Strategy.Random (grpc_connection_pool v0.3.5)

Copy Markdown View Source

Random channel selection.

Selects a random channel on each call. This is useful when callers are correlated (e.g., batch jobs) and round-robin would cause hot-spotting on a single connection.