Replies: 2 comments 3 replies
-
/cc @Ladicek (fault-tolerance,smallrye), @cescoffier (rest-client), @geoand (rest-client), @jmartisk (smallrye), @phillip-kruger (smallrye), @radcortez (smallrye) |
Beta Was this translation helpful? Give feedback.
-
I don't know exactly how to figure out what exceptions the RestClient may throw, but it seems fairly likely they are going to be subtypes of WebApplicationException. It is possible to use SmallRye Fault Tolerance globally, with the programmatic API (no annotations). I'm no JAX-RS expert, so I don't really know if the JAX-RS Client API provides the necessary hooks, but I guess it should be doable. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Two questions related to Smallrye fault tolerance when applied on a RESTEasy REST client:
Beta Was this translation helpful? Give feedback.
All reactions