7.3.8 Netflix Hystrix Support
Using the CLI If you are creating your project using the Micronaut CLI, supply the
|
Netflix Hystrix is a fault tolerance library developed by the Netflix team and designed to improve resilience of inter process communication.
Micronaut features integration with Hystrix through the netflix-hystrix
module, which you can add to your build.gradle
or pom.xml
:
implementation("io.micronaut.netflix:micronaut-netflix-hystrix")
<dependency>
<groupId>io.micronaut.netflix</groupId>
<artifactId>micronaut-netflix-hystrix</artifactId>
</dependency>