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
Is there a way to add async rate limiting instead of the blocking global rate limiting?
The request to the rate limit service would not block the request to the upstream, the envoy state would need to be modified by the rate limit service in case a descriptor need to be blocked.
It seems that the Rate Limit Quota feature in envoy might be doing something similar but i'm not sure if it's usable within the gateway.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Is there a way to add async rate limiting instead of the blocking global rate limiting?
The request to the rate limit service would not block the request to the upstream, the envoy state would need to be modified by the rate limit service in case a descriptor need to be blocked.
It seems that the Rate Limit Quota feature in envoy might be doing something similar but i'm not sure if it's usable within the gateway.
Beta Was this translation helpful? Give feedback.
All reactions