envoy-wasm-rust-sdk icon indicating copy to clipboard operation
envoy-wasm-rust-sdk copied to clipboard

add support for `Envoy Timer API`

Open yskopets opened this issue 4 years ago • 0 comments

Context

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 and Network Filter
  • we could probably expose such API to AccessLogger, but it's not yet operational (https://github.com/envoyproxy/envoy-wasm/issues/487)

yskopets avatar Jul 09 '20 09:07 yskopets