Gerd Zellweger
Gerd Zellweger
The 'invariant failed' error in the UI isn't enough to understand what's happening without running the dev version of the UI. This error should print more info where things failed...
Leftover from https://github.com/feldera/feldera/pull/1229 is to go back to original libraries once the patches are all merged and released - https://github.com/rkyv/rkyv/pull/448 (merged, not released) - https://github.com/chronotope/chrono/pull/1368 (merged, not released) - https://github.com/rkyv/rkyv/pull/462...
Need a list of which one we need to commit for storage
``` CREATE TABLE bla ( blabla INTERVAL NOT NULL ); ``` leads to ``` Incorrect syntax near the keyword 'INTERVAL' at line 5, column 13. Was expecting one of: ")"...
https://github.com/feldera/feldera/pull/1650 removed `sasl_oauthbearer_method: 'default'` from the default JSON list. I don't know what the negative implications of it are (aside from that it fixes connectors with PLAINTEXT auth). I do...
It's surprising for the user (and not ideal operationally) if **not** changing a connector form (but pressing the update button) still leads to a change in the pipeline configuration as...
The options like ssl.key.pem etc. shouldn't stay in the JSON if I switch back to PLAINTEXT auth: https://github.com/feldera/feldera/assets/127654/fa429322-c801-4342-9c0c-0aa74140ba8e
if we're connecting two kafka to a table (one with the correct format for the table and one with the wrong format) it only counts the errors but then doesn't...
- create a table and a views - add a connector to both table and view - delete the view in SQL - if there is no view left it's...