Open rbraeunlich opened 6 years ago
Have you tried with the retry filter after the Hystrix one?
Thank you @spencergibb, this solved the issue!
Let's reopen to document
Hey @spencergibb good idea, this might help to avoid copies of this bug report in the future. I guess you gotta change the label then.
@spencergibb i am getting the same issue though it is not while using spring-cloud-gateway, while making multiple feign calls with different request but to the same Api. can you please clarify why this exception happens, and what should be the logical way to solve it?
@nitish076 then it isn't the same issue as this one is specific to gateway and filter ordering, please ask in spring-cloud-openfeign or gitter.
Hi everyone, I've created a simple Gateway containing three routes, of which on is protected Hystrix. The route itself basically looks like this:
when calling this route, is sometimes crashes probably due to an unstable network. What caught my attention was that the gateway logs this exception:
Since the
HystrixGatewayFilterFactory
is responsible for creating the commands I wonder how this could happen. Thank you for your help! Cheers, Ronny