We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6748bc8 commit fed4b5fCopy full SHA for fed4b5f
runtime/src/main/resources/reference.conf
@@ -35,7 +35,8 @@ akka.grpc.client."*" {
35
port = 0
36
37
# Experimental in grpc-java https://github.com/grpc/grpc-java/issues/1771
38
- # pick_first or round_robin
+ # Only supported for netty client backend, when using akka-http this setting is ignored.
39
+ # Valid values are "pick_first" or "round_robin"
40
load-balancing-policy = ""
41
42
deadline = infinite
0 commit comments