spring-cloud-openfeign
spring-cloud-openfeign copied to clipboard
URL request error, can dynamic update and re-request?
trafficstars
If the specified url parameter causes a request failure, can you replace the url parameter value to send the request again?
Kind of like FallBackFactory, but based on the global configuration of FeignClient, and able to send the server a second request instead of returning an exception directly
No, at this point, you would have to implement the logic in the fallback class.