Skip to content

Commit

Permalink
Update docs/en/usage/java-sdk-user-guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Song <nobodyiam@gmail.com>
  • Loading branch information
Anilople and nobodyiam authored Jun 13, 2022
1 parent 593402f commit a5c19ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/usage/java-sdk-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1279,6 +1279,6 @@ To satisfy users' different demands on ConfigService load balancing algorithm wh

The interface is `com.ctrip.framework.apollo.spi.ConfigServiceLoadBalancerClient`.

The Input is multiple ConfigServices returned by meta server, and the output is a ConfigService.
The Input is multiple ConfigServices returned by meta server, and the output is a ConfigService selected.

The default service provider is `com.ctrip.framework.apollo.spi.RandomConfigServiceLoadBalancerClient`,use random strategy which choose one ConfigService from multiple ConfigServices.

0 comments on commit a5c19ef

Please sign in to comment.