Alexander Galibey

Results 4 issues of 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...

good first issue
Test Infrastructure
Performance
producer

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...

platform/wasm
features/smartmodule
no-stale

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 =...

protocol support
technical debt

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...

Type: Enhancement
Source: Internal
Team: SQL