Aurora Blog
Home
Feign Not documented: A parameter of type URI can override the baseURL
Not documented: A parameter of type URI can override the baseURLSee Issue #318 The source is here: https://github.com/Op...
2025-07-24 14:01:43
408
Feign Pass base url or host as a param
I have a use case where I have a list of hosts, I need to loop over those hosts and make the same api call for each of t...
2025-07-24 14:01:41
2985
Feign Add ability to not throw exception when http status code > 399
Currently our team convention is to use response status instead of throwing exception. Say our model is like this:public...
2025-07-11 14:03:29
1013
Feign How do I record the ip address of the service to which Feign client is loaded
Comment From: rojaeI've recently encountered a relevant case, even though this issue was registed 3 years ago..When the ...
2025-06-24 14:01:58
323
Feign MAX_EXPRESSION_LENGTH should not be fixed to 10000 but custom
feign.template.Expressions limit of MAX_EXPRESSION_LENGTH = 10000 added by commit 8d9fe72 should be configurable to a cu...
2025-06-24 14:01:56
1270
Feign Network error handling
I was excited to try Feign out until I found out that the ErrorDecoder doesn't catch read/connection timeouts. Why is th...
2025-06-20 14:01:41
251
.