forked from apple/servicetalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Propagate
ContextMap
through LoadBalancedAddress
Motivation: apple#2168 add `ContextMap` for `LoadBalancer` and `ConnectionFactory`, but does not let the context go through `LoadBalancedAddress`. Modifications: - Add `LoadBalancedAddress#newConnection(ContextMap)` method; - Deprecate `LoadBalancedAddress#newConnection()`; Result: Caller context can be propagated through `LoadBalancedAddress`.
- Loading branch information
1 parent
2a0f45c
commit 6f9e4e3
Showing
1 changed file
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters