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

Add all Status enum variants

Open alexsnaps opened this issue 1 year ago • 1 comments

Adds the missing Status enum variants... We currently run into SerializationFailure when getting some attribute filter_state from Envoy... Today, this not only panics, but the error isn't even really recognized. I'm not sure, given the current trait Context definition how to best deal with these gracefully tho? The default implementation are "just" Result::unwrap() ing the underlying host call.. So thinking that this is the best for now, wdyt?

alexsnaps avatar Jun 11 '24 13:06 alexsnaps

@martijneken will you be managing this moving forward?

alexsnaps avatar Jun 20 '24 14:06 alexsnaps

Is there some next release on the horizon that could contain this (and the other changes, possibly more in the pipe)?

alexsnaps avatar Jul 02 '24 13:07 alexsnaps

Is there some next release on the horizon that could contain this (and the other changes, possibly more in the pipe)?

Yes! This or more likely next week.

PiotrSikora avatar Jul 03 '24 06:07 PiotrSikora