-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
loadbalancer: remove RoundRobinLoadBalancerBuilderProvider
Motivation: Now that DefaultLoadBalancer is in the main loadbalancer package we can avoid using a provider to facilitate the migration. Modifications: Remove the migration provider and instead use the types directly.
- Loading branch information
1 parent
e4d4418
commit 2454018
Showing
7 changed files
with
133 additions
and
338 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
149 changes: 0 additions & 149 deletions
149
...cer/src/main/java/io/servicetalk/loadbalancer/RoundRobinToDefaultLBMigrationProvider.java
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...urces/META-INF/services/io.servicetalk.loadbalancer.RoundRobinLoadBalancerBuilderProvider
This file was deleted.
Oops, something went wrong.
95 changes: 0 additions & 95 deletions
95
.../src/test/java/io/servicetalk/loadbalancer/RoundRobinLoadBalancerBuilderProviderTest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.