Heinz N. Gies
Heinz N. Gies
In the REST source/onramp, when we encounter a payload that either from preprocessors or codec does not create an event we currently return a 400 Response, this is probably good...
# Pull request ## Description Adds a new window type, state windows, that allow to define windowing borders based on a script ## Related * [RFC](https://rfcs.tremor.rs/0000-.../) * Related Issues: fixes...
**Describe the problem you are trying to solve** Defaulting, or the option to ensure that certain fields are present and if not give them a default value. Today this can...
This is a starting point of a discussion The current testing framework served us well while we had a handful of tests, but it is showing its age and starts...
Followup on #1248, not a bug or enhancement just something that we should do. Go over the OTEL protocol buffers and double-check that the constraints we place against them match...
In many places we just reserve but do not register variables, meaning they're going to be set in the same allocation spot in our local array. This, in theory, could...
Rust recently introduced support for [Profile Guided Optimisation](https://doc.rust-lang.org/rustc/profile-guided-optimization.html) it would be nice to investigate if / how this affects tremor and if it makes sense to dig deeper into this.
**Describe the problem you are trying to solve** For networking and storage, it would be good to have a stable binary representation of tremor value. This might also enable (or...
From Kevin A connector that executes a executable upon receiving an event via the sink part, passes the event to the childprocess stdin, the childprocess stderr ends up as event...
**Describe the problem you are trying to solve** In tremor script we currently have no way to determine what input port an event came from, this makes it harder to...