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
Envoy evaluates routes in the order they are defined in the route config. However, App Mesh APIs have no way effecting this order through the APIs - currently App Mesh does sort the routes according to length to give when it creates the Envoy route config.
In order to improve App Mesh should add a field in the API that will allow customers to set a route priority (Int) and get a deterministic ordering of routes.
The text was updated successfully, but these errors were encountered:
Envoy evaluates routes in the order they are defined in the route config. However, App Mesh APIs have no way effecting this order through the APIs - currently App Mesh does sort the routes according to length to give when it creates the Envoy route config.
In order to improve App Mesh should add a field in the API that will allow customers to set a route priority (Int) and get a deterministic ordering of routes.
The text was updated successfully, but these errors were encountered: