envoy-wasm-rust-sdk
envoy-wasm-rust-sdk copied to clipboard
add support for `Envoy Timer API`
Context
-
Envoy Timer API
consist of
Blockers
- at the moment, proxy-wasm only supports setting 1 timer per "root context" (equivalent of Envoy Extension Factory singleton)
- it would be confusing to expose such API to
HTTP Filter
andNetwork Filter
- we could probably expose such API to
AccessLogger
, but it's not yet operational (https://github.com/envoyproxy/envoy-wasm/issues/487)