-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small improvements and rewording for HTTP LoadBalancer example (#3115)
Motivations: 1. This is the only example that currently doesn't have an override for its gradle module name in `settings.gradle`. 2. While internally we name it `DefaultLoadBalancer`, this type is not public. We should use publicly available names to make it easier for users to relate. 3. In preparation to promoting this LB from experimental package, word it such that it's the only LB users should use/customize. Modifications: - Rename module & package `defaultloadbalancer` to `loadbalancer`, `DefaultLoadBalancerClient` to `CustomLoadBalancerClient`. - Assign module name to `servicetalk-examples-http-loadbalancer`. - Update javadoc, docs, links.
- Loading branch information
1 parent
f5e42b5
commit a57150a
Showing
11 changed files
with
30 additions
and
28 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
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
== ServiceTalk LoadBalancer Example | ||
|
||
A simple hello-world style application that uses a client that configures custom settings for its LoadBalancer and | ||
xDS style outlier detection. |
2 changes: 1 addition & 1 deletion
2
...les/http/defaultloadbalancer/build.gradle → ...k-examples/http/loadbalancer/build.gradle
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
File renamed without changes.
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
File renamed without changes.
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