Skip to content

Commit fed4b5f

Browse files
authored
docs: Clarify only netty does client side load balancing (#2087)
1 parent 6748bc8 commit fed4b5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runtime/src/main/resources/reference.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ akka.grpc.client."*" {
3535
port = 0
3636

3737
# Experimental in grpc-java https://github.com/grpc/grpc-java/issues/1771
38-
# pick_first or round_robin
38+
# Only supported for netty client backend, when using akka-http this setting is ignored.
39+
# Valid values are "pick_first" or "round_robin"
3940
load-balancing-policy = ""
4041

4142
deadline = infinite

0 commit comments

Comments
 (0)