License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Feign Net HTTP Clients Reactor Container Microservices Reactive libraries |
GroupId | GroupIdcom.playtika.reactivefeign |
ArtifactId | ArtifactIdfeign-reactor-cloud2 |
Last Version | Last Version2.0.31 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAdds support of Spring Cloud Loadbalancer instead of Ribbon and Resilience4j instead of Hystrix
|
<!-- https://jarcasting.com/artifacts/com.playtika.reactivefeign/feign-reactor-cloud2/ -->
<dependency>
<groupId>com.playtika.reactivefeign</groupId>
<artifactId>feign-reactor-cloud2</artifactId>
<version>2.0.31</version>
</dependency>
// https://jarcasting.com/artifacts/com.playtika.reactivefeign/feign-reactor-cloud2/
implementation 'com.playtika.reactivefeign:feign-reactor-cloud2:2.0.31'
// https://jarcasting.com/artifacts/com.playtika.reactivefeign/feign-reactor-cloud2/
implementation ("com.playtika.reactivefeign:feign-reactor-cloud2:2.0.31")
'com.playtika.reactivefeign:feign-reactor-cloud2:jar:2.0.31'
<dependency org="com.playtika.reactivefeign" name="feign-reactor-cloud2" rev="2.0.31">
<artifact name="feign-reactor-cloud2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.playtika.reactivefeign', module='feign-reactor-cloud2', version='2.0.31')
)
libraryDependencies += "com.playtika.reactivefeign" % "feign-reactor-cloud2" % "2.0.31"
[com.playtika.reactivefeign/feign-reactor-cloud2 "2.0.31"]
Group / Artifact | Type | Version |
---|---|---|
com.playtika.reactivefeign : feign-reactor-core | jar | 2.0.31 |
org.springframework.cloud : spring-cloud-commons | jar | |
org.springframework.cloud : spring-cloud-starter-loadbalancer | jar | |
org.slf4j : slf4j-api | jar |
Group / Artifact | Type | Version |
---|---|---|
com.playtika.reactivefeign : feign-reactor-webclient | jar | 2.0.31 |
com.playtika.reactivefeign : feign-reactor-core | test-jar | 2.0.31 |
com.playtika.reactivefeign : feign-reactor-cloud | test-jar | 2.0.31 |
org.springframework.boot : spring-boot-starter-test | jar | |
org.springframework.cloud : spring-cloud-starter-circuitbreaker-reactor-resilience4j | jar | |
io.github.resilience4j : resilience4j-circuitbreaker | jar | 1.5.0 |
org.springframework.cloud : spring-cloud-contract-wiremock | jar | |
io.projectreactor : reactor-test | jar | |
junit : junit | jar | 4.13.1 |
org.assertj : assertj-core | jar | |
com.github.tomakehurst : wiremock | jar | 2.27.2 |
org.awaitility : awaitility | jar | 4.0.3 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | |
io.micrometer : micrometer-core | jar | |
io.projectreactor.tools : blockhound | jar | 1.0.4.RELEASE |
com.lmax : disruptor | jar | 3.4.2 |