retrofitresilience4j

Resilience4j 2 and retrofit - what happened to the resilience4j-retrofit module?


In Resilience4j 2 the retrofit module got removed (still present as reslience4j-retrofit). Does anyone know if it got replaced by an external module? Are users of retrofit supposed to write and maintain the respective call adapter themselves? Should there now be a more generic way that was not present before?

1.7 tag with the module: https://github.com/resilience4j/resilience4j/tree/1.7/resilience4j-retrofit https://resilience4j.readme.io/v1.7.0/docs/retrofit

v 2.0.0 version documentation already does not have the module anymore: https://resilience4j.readme.io/docs while the 2.0 tag still seems to include it: https://github.com/resilience4j/resilience4j/tree/2.0/resilience4j-retrofit

but in master that is also gone: https://github.com/resilience4j/resilience4j/tree/master/


Solution

  • As far as I can tell it got removed. There is this answer on their github: https://github.com/resilience4j/resilience4j/issues/1929

    Hi, there was no one who wanted to maintain the module anymore

    So I'd say the built in support for retrofit was dropped with 2.x version.