Gerd Zellweger

Results 104 issues of Gerd Zellweger

we could have an "inherit" strategy that inherits range/scale etc. from the origin key

enhancement
adapters

Ideally we should have buttons a user can click that sends them to the sandbox and populates the SQL code for a given demo. e.g., other apps I've seen essentially...

enhancement
Web Console

So no deletions for now _Originally posted by @ryzhyk in https://github.com/feldera/feldera/pull/2107#discussion_r1693993505_

enhancement
adapters

[This part of the docs](https://www.feldera.com/api/change-a-pipelines-name-description-code-configuration-or-connectors) isn't really useful for a user: ![Screenshot from 2024-07-26 00-10-32](https://github.com/user-attachments/assets/8ec9ffd3-68fb-42c0-81b1-7e22fdaa969c)

documentation
enhancement

When the circuit is under high load, getting a profile dump fails with an HTTP timeout.

performance

Any reason we add these as defaults to the config every time? IMO they should just "unwrap" to max values if missing? ``` max_output_buffer_time_millis: 18446744073709551615 max_output_buffer_size_records: 18446744073709551615 ```

adapters

I think we should just use the name the user gives to the pipeline in `PipelineConfig.name` when we pass this from the manager to the pipelines. This would mean the...

Pipeline Manager

Running the manager integration tests with ``` TEST_DBSP_URL=http://localhost:8080 cargo test integration_test:: --package=pipeline-manager --features integration-test -- --nocapture ``` and a separate manager instance with ``` cargo run --bin=pipeline-manager --features pg-embed ```...

bug
Pipeline Manager
low priority

Ideally this could be fixed > Why does the merger need to be shared across threads? Off-hand, I'd expect that the merger could be created, executed, and finalized in the...

low priority

Trying to start a previously failed pipeline does not work with the pipeline API: (it needs to explicitly clear the error of the failed pipeline) ``` Running the training pipeline....

python-sdk