GrpcConnectionPool.Strategy.RoundRobin (grpc_connection_pool v0.3.5)

Copy Markdown View Source

Lock-free round-robin channel selection using :atomics.

This is the default strategy. It uses an atomic counter for contention-free round-robin distribution with zero ETS writes in the hot path.