Skip to content

Commit

Permalink
Add log, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PapaCharlie committed Jan 30, 2024
1 parent 7cc1d6b commit 3b737bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and what APIs have changed, if applicable.
## [Unreleased]

## [29.49.9] - 2024-01-26
- Introduce new config to randomly pick the xDS server host

## [29.49.8] - 2024-01-19
- add WIRE_COMPATIBLE compatility checker mode.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public ManagedChannel createChannel()
NettyChannelBuilder builder = NettyChannelBuilder.forTarget(_xdsServerUri);
if (_defaultLoadBalancingPolicy != null)
{
_log.info("Applying custom load balancing policy for xDS channel: {}", _defaultLoadBalancingPolicy);
builder = builder.defaultLoadBalancingPolicy(_defaultLoadBalancingPolicy);
}

Expand Down

0 comments on commit 3b737bc

Please sign in to comment.