Micronaut-core: Support resilience4j (Hystrix no longer being developed)

Created on 23 Nov 2018  路  6Comments  路  Source: micronaut-projects/micronaut-core

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)?

help wanted under consideration enhancement

Most helpful comment

A PR to https://github.com/resilience4j/resilience4j with an implementation for Micronaut would make sense

All 6 comments

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.

Was this page helpful?
0 / 5 - 0 ratings