You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems feign breaks the builder pattern by breaking the builder chain and returning a new builder. this effectivly disables any extension builders as such defined by resilience4j.
After some back and forth I think this is an issue with resilience4j.
I made a PR that addresses this here in resilience4j resilience4j/resilience4j#2127
As introduced in #2117
It seems feign breaks the builder pattern by breaking the builder chain and returning a new builder. this effectivly disables any extension builders as such defined by resilience4j.
https://github.com/resilience4j/resilience4j/blob/master/resilience4j-feign/src/main/java/io/github/resilience4j/feign/Resilience4jFeign.java#L60
The text was updated successfully, but these errors were encountered: