You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a bit confused, since #122 is about parallel requests to envoy and this issue is about error handling? The implementation of the operation dispatcher is a basic one, I agree we need error handling (among other things), but mistyped configuration would kind of be a thing coming from the Kuadrant Operator.
In any case, if a given request to a service fails, we should follow the failureMode config for that service and Allow/Deny respectively or define a set of operations to follow depending on the service? (i.e: retry, authorize, limit...etc)
In any case, if a given request to a service fails, we should follow the failureMode config for that service and Allow/Deny respectively or define a set of operations to follow depending on the service?
When the service endpoint does not exist from the defined set of envoy clusters.
Then, the request will
Continue
regardless offailureMode
config.I have implemented an e2e test that reproduces this issue: #122
The text was updated successfully, but these errors were encountered: