Simon
Simon
The filter is difficult because the environment variables used by Cargo are not easily identifiable -- , you'd think it would just be "CARGO_", but that is not the case:...
Build container = write a Dockerfile that generates the image with appropriate entry point.
Sounds like a great feature, I think I will make it `?follow=true/false` with default `false` (in accordance with k8s terminology) :+1:
This is actually done by the pipeline: https://github.com/feldera/feldera/blob/main/crates/adapters/src/server/mod.rs#L314 ``` // Still running without logger here. eprintln!("Pipeline configuration:\n{yaml_config}"); ``` It is useful for the pipeline to print the configuration in its...
The logs PR will fix this and separate it into the per-pipeline logs
For now it will be logged, let's keep this issue open, and at some point I can add an option to the runner to disable writing pipeline logs to manager...
Updated PR to incorporate feedback from @blp : - Resolution limited to `transport.config` and `format.config` - Use `try_exists` for file check - Add error kind to the resolution error -...
In a similar vein, show an error when unable to GET the latest pipelines' status.