Alexander Galibey
Alexander Galibey
We need to find a way to control the throughput that we produce during integration testing. Currently, it is limited only by available system resources and is unstable due to...
When the WASM compiled code in `SmartModule` panics the execution aborts and `wasmtime` engine returns `wasm trap: wasm unreachable instruction executed`. We need to discover the solution to handle the...
Currently, `min_version` and `max_version` attributes of `fluvio` proc macro support only int literals. We need to add support for constants, e.g.: ```rust const PRODUCER_TRANSFORMATION_API: i16 = 8; ... #[fluvio(min_version =...
Need to support `last`, `last-1`, `last-2`, etc. expressions in array index operators in SQL/JSON path expressions to be able to query only the last (or one before the last) element...