Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loadbalancer: better LoadBalancerFactory.toString() implementations #2971

Conversation

bryce-anderson
Copy link
Contributor

Motivation:

Our LoadBalancerFactory instances all use the default .toString() implementation, making them pretty difficult to debug since there are typically a series of proxies and settings that are not visible.

Modifications:

Make the .toString() implementations better. We use the standard format along with including the identity hash code to identify uniqueness.

Motivation:

Our LoadBalancerFactory instances all use the default `.toString()`
implementation, making them pretty difficult to debug since there are
typically a series of proxies and settings that are not visible.

Modifications:

Make the `.toString()` implementations better. We use the standard
format along with including the identity hash code to identify
uniqueness.
@bryce-anderson bryce-anderson marked this pull request as ready for review June 18, 2024 16:11
@bryce-anderson bryce-anderson merged commit 4e6ce9b into apple:main Jun 21, 2024
11 checks passed
@bryce-anderson bryce-anderson deleted the bl_anderson/LoadBalancerBuilder_toString branch June 21, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants