istio-ecosystem / wasm-extensions

Contains miscellaneous Wasm extensions for Istio
Apache License 2.0
105 stars 34 forks source link

Create example of Wasm Singleton #63

Open mandarjog opened 3 years ago

mandarjog commented 3 years ago

Wasm singletons are used to build state centrally, and example that shows how to do the following

  1. Populate shared state that can be used from normal filters.
  2. Show how this state can be updated, either thru XDS or some other means.

cc @bianpengyuan

@mdhume since you use bootstrap extension, do you mind contributing an example plugin?

mdhume commented 3 years ago

Sure @mandarjog we can take this up