Reputation: 1483
We have an infrastructure with our own API gateway, service discovery and load balancing. However for resiliency purposes I need to use Hystrix.
Upvotes: 6
Views: 2723
Reputation: 25177
Spring Cloud Hystrix can be used without ribbon or eureka, just use spring-cloud-starter-hystrix
. The hystrix dashboard can be used by directly going to each instances hystrix.stream
one at a time. Hystrix can be used without spring boot if you use the Netflix package directly without using Spring Cloud.
Upvotes: 8
Reputation: 29977
I would suggest you to google a bit before posting questions like this, as it's on the edge of asking for a tool, which is not a suitable question for SO.
Upvotes: -1