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

Comment From: OlgaMaciaszek

No, at this point, you would have to implement the logic in the fallback class.