We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab48839 + 61a51d7 commit 17628feCopy full SHA for 17628fe
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+* Changed the gRPC DNS balancer policy to `round_robin` for internal `discovery/ListEndpoints` call (reverted v3.90.2 changes)
2
+
3
## v3.105.0
4
* Supported topic split merge server feature for topic reader (no api changed)
5
internal/balancer/balancer.go
@@ -200,7 +200,7 @@ func makeDiscoveryFunc(
200
),
201
grpc.WithBlock(), //nolint:staticcheck,nolintlint
202
grpc.WithDefaultServiceConfig(`{
203
- "loadBalancingPolicy": "pick_first"
+ "loadBalancingPolicy": "round_robin"
204
}`),
205
)...,
206
)
0 commit comments