SmallRye Stork Load Balancer : Power Of Two Choices

SmallRye Stork Load Balancer provider based selecting two random destinations and then selecting the one with the least assigned requests.

License

License

GroupId

GroupId

io.smallrye.stork
ArtifactId

ArtifactId

stork-load-balancer-power-of-two-choices
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

SmallRye Stork Load Balancer : Power Of Two Choices
SmallRye Stork Load Balancer provider based selecting two random destinations and then selecting the one with the least assigned requests.

Download stork-load-balancer-power-of-two-choices

How to add to project

<!-- https://jarcasting.com/artifacts/io.smallrye.stork/stork-load-balancer-power-of-two-choices/ -->
<dependency>
    <groupId>io.smallrye.stork</groupId>
    <artifactId>stork-load-balancer-power-of-two-choices</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.stork/stork-load-balancer-power-of-two-choices/
implementation 'io.smallrye.stork:stork-load-balancer-power-of-two-choices:1.1.2'
// https://jarcasting.com/artifacts/io.smallrye.stork/stork-load-balancer-power-of-two-choices/
implementation ("io.smallrye.stork:stork-load-balancer-power-of-two-choices:1.1.2")
'io.smallrye.stork:stork-load-balancer-power-of-two-choices:jar:1.1.2'
<dependency org="io.smallrye.stork" name="stork-load-balancer-power-of-two-choices" rev="1.1.2">
  <artifact name="stork-load-balancer-power-of-two-choices" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.stork', module='stork-load-balancer-power-of-two-choices', version='1.1.2')
)
libraryDependencies += "io.smallrye.stork" % "stork-load-balancer-power-of-two-choices" % "1.1.2"
[io.smallrye.stork/stork-load-balancer-power-of-two-choices "1.1.2"]

Dependencies

compile (3)

Group / Artifact Type Version
io.smallrye.stork : stork-api jar
io.smallrye.stork : stork-load-balancer-least-requests jar
io.smallrye.stork : stork-core jar

provided (1)

Group / Artifact Type Version
io.smallrye.stork : stork-configuration-generator jar 1.1.2

test (6)

Group / Artifact Type Version
io.smallrye.stork : stork-test-utils jar
io.smallrye.stork : stork-service-discovery-static-list jar
org.junit.jupiter : junit-jupiter jar 5.8.2
io.smallrye.config : smallrye-config jar 2.10.0
org.assertj : assertj-core jar 3.22.0
org.awaitility : awaitility jar 4.1.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.2
1.1.0