gatewaynovice

Results 5 comments of gatewaynovice

Thanks that helps. Would the after() functions still run if there is an exception that is handled by the onError() functions?

I'm not seeing the after() functions run after an exception has been handled in my example above, not sure if that is because I defined the onError() handler outside the...

ThreadPoolBulkhead is a singleton, so we are not able to updating the existing object, need to create a new one and destroy the old one. If we dont destroy the...

I ran into the same issue, I hope this can be merged soon and available in the next release.

This issue is closely related to https://github.com/spring-cloud/spring-cloud-gateway/issues/2065 which has been open for a while now.