Ryan Baxter
Ryan Baxter
The one concern I have with supporting other resiliency patterns is supporting them across all implementations. Yes R4J supports many different patterns but what about the other libraries? What about...
@madorb. can you provide an example in code of how you would envision this feature working?
@DevDengChao does this only happen when using OpenFeign?
Yes you could make a call using RestTemplate and wrap it in a CircuitBreaker.
Sounds good, thanks!
@gamelike Can you provide a [complete, minimal, verifiable sample](https://stackoverflow.com/help/mcve) that reproduces the problem? It should be available as a GitHub (or similar) project or attached to this issue as a...
@gamelike @DevDengChao thanks for the samples. It looks like we are experiencing a bit of a deadlock due to the feign client calls happening curing bean creation. The feign client...
Thanks @gamelike and @DevDengChao. If this solution works then we will just have to wait for our next release to take advantage of it. Our next release is planned for...
Can you provide a [complete, minimal, verifiable sample](https://stackoverflow.com/help/mcve) that reproduces the problem? It should be available as a GitHub (or similar) project or attached to this issue as a zip...
Please be aware that we have many projects to manage and have time constraints. Patience is appreciated. I think is best if we start with an example: Here is how...