tremor-runtime
tremor-runtime copied to clipboard
Main Tremor Project Rust Codebase
# Pull request ## Description Added clear messages for errors in pipelines when the input `port` doesn't exist, added `port` to `ConnectInput` and weaved them together with existing code ##...
Signed-off-by: Ramona Łuczkiewicz # Pull request ## Description ## Related * [RFC](https://rfcs.tremor.rs/0000-.../) * Related Issues: fixes #000, closed #000 * Related [docs PR](https://github.com/tremor-rs/tremor-www-docs/pull/000) ## Checklist * [ ] The RFC,...
Signed-off-by: Perle_nwar # Pull request ## Description ## Related * [RFC](https://rfcs.tremor.rs/0000-.../) * Related Issues: fixes #000, closed #000 * Related [docs PR](https://github.com/tremor-rs/tremor-www-docs/pull/000) ## Checklist * [x] The RFC, if required,...
# Pull request ## Description Also: * Log sink errors on `error` level * upgrade `serial_test` to 0.9, suspected an issue with it, so i tried upgrading to fix it...
**Problem** Take this example config that tries to take the args values and format a string from them in the connector config: ```tremor define flow snot flow define connector client...
**Describe the problem you are trying to solve** The rest onramp uses the response event_id to find out to which request this incoming response belongs. This requires each linked transport...
**Describe the problem you are trying to solve** We have no way of adding to an array aside of `array:::push` and `array::concatinate`; those are not great from a performance standpoint,...
**Describe the problem you are trying to solve** Consider the following script snippet: ```tremor let event.foo["nested"] = event.foo["nested"] + [1, 2, 3]; ``` This is a recurring pattern as our...
Signed-off-by: Darach Ennis # Pull request Attempt to add bounded concurrent in flight requests to GCL writer which is the first gRPC / tonic based connector to require it. As...
**Describe the problem you are trying to solve** The plugin development kit ( PDK ) is an interface that allows developers to develop plugins to tremor with a minimal set...