-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Override
toString()
for delegating connection (#2335)
Motivation: #2278 added a new connection wrapper `DefaultFilterableStreamingHttpLoadBalancedConnection` that does not implement `toString()`. It hides the channel id in RRLB logs. Modifications: - Implement `toString()` for `DefaultFilterableStreamingHttpLoadBalancedConnection` in `HttpLoadBalancerFactory` and `DefaultHttpLoadBalancerFactory`; - Make `AbstractStreamingHttpConnection#toString()` final; Result: RRLB logs include channel id.
- Loading branch information
1 parent
6b6b162
commit 8efc07a
Showing
3 changed files
with
11 additions
and
1 deletion.
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
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
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