Skip to content

Commit

Permalink
fixes to use round-robin strategy
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <shadowgun@i.ua>
  • Loading branch information
OlegDokuka committed Oct 27, 2020
1 parent 0a947d3 commit f404f3e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -97,7 +97,7 @@ public static void main(String[] args) {
});

RSocketClient rSocketClient =
LoadbalanceRSocketClient.builder(producer).weightedLoadbalanceStrategy().build();
LoadbalanceRSocketClient.builder(producer).roundRobinLoadbalanceStrategy().build();

for (int i = 0; i < 10000; i++) {
try {
Expand Down

0 comments on commit f404f3e

Please sign in to comment.