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
The use of the Feign library/framework is an implementation detail and shouldn't concern the consumers of the library.
However, every API call throws runtime exceptions all of which extend Feign's. That they are Runtime does abstract away many concerns. However, the APIs should throw declared exceptions (Runtime or not) so that consumers can properly handle error states, without relying on inspecting the underlying error details.
The text was updated successfully, but these errors were encountered:
francoisledroff
changed the title
Feign Implementation Details exposed to clientscore: Feign Implementation Details exposed to clients
Aug 24, 2023
The use of the Feign library/framework is an implementation detail and shouldn't concern the consumers of the library.
However, every API call throws runtime exceptions all of which extend Feign's. That they are Runtime does abstract away many concerns. However, the APIs should throw declared exceptions (Runtime or not) so that consumers can properly handle error states, without relying on inspecting the underlying error details.
The text was updated successfully, but these errors were encountered: