s

stork-load-balancer-sticky

SmallRye Stork Load Balancer that returns a single service instance until it fails, and then switching to a different one
文件下载
文件名 操作
stork-load-balancer-sticky-2.3.1.jar 下载
stork-load-balancer-sticky-2.3.1.pom 下载
stork-load-balancer-sticky-2.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.smallrye.stork</groupId>
  <artifactId>stork-load-balancer-sticky</artifactId>
  <version>2.3.1</version>
</dependency>
Gradle Groovy
implementation 'io.smallrye.stork:stork-load-balancer-sticky:2.3.1'
Gradle Kotlin
implementation("io.smallrye.stork:stork-load-balancer-sticky:2.3.1")
Scala SBT
libraryDependencies += "io.smallrye.stork" % "stork-load-balancer-sticky" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye.stork', module='stork-load-balancer-sticky', version='2.3.1')
)
Apache Ivy
<dependency org="io.smallrye.stork" name="stork-load-balancer-sticky" rev="2.3.1" />
Leiningen
[io.smallrye.stork/stork-load-balancer-sticky "2.3.1"]
Apache Buildr
'io.smallrye.stork:stork-load-balancer-sticky:jar:2.3.1'