What this pattern does:

The filter is responsible for intercepting HTTP requests, authorizing them based on the stored cache, and performing rate limiting. In the context of the envoy, this component is an HTTP filter and gets executed in the worker threads. For each request, a context object gets created.

Caveats and Consideration:

Compatibility:


Recent Discussions with "meshery" Tag