As Hystrix is no longer under active development (https://github.com/Netflix/Hystrix#hystrix-status) can Micronaut have direct support for https://github.com/resilience4j/resilience4j (as per hystrix docs recommendation)?
A PR to https://github.com/resilience4j/resilience4j with an implementation for Micronaut would make sense
Go go :)
I've made some early progress on trying to add this to resilience4j.
here is the branch I'm working on: https://github.com/pollend/resilience4j/tree/feature/micronaut-1
Awesome!
@pollend Just ping me if you have some questions regarding Resilience4j
@RobWin I created a WIP PR that should be available now. I'm making some pretty good progress with the implementation.
Most helpful comment
A PR to https://github.com/resilience4j/resilience4j with an implementation for Micronaut would make sense