Ben Pfaff
Ben Pfaff
We have some opaque settings for how to specify keys, values, headers, etc. These are currently not templatable by the user, which makes them rather restrictive. It would be easier...
[serde](https://serde.rs/) has built-in support for serializing and deserializing the standard library's Atomic types. It would be handy if this crate also supported serializing and deserializing its own `Atomic` types (perhaps...
It's desirable to be able to reconfigure the log level of a running pipeline. [PR 4333](https://github.com/feldera/feldera/pull/4333) proposed a specific REST API for that purpose. It might also be useful to...
docs.feldera.com/docs/sql/string.md in one place says that RLIKE implements Java regular expressions, but later it documents "POSIX regular expression" and says they're what RLIKE uses, but the documentation for POSIX regular...
The SQL compiler issues over 1700 warnings for one of our customer pipelines. Most of these appear to be "unused column" warnings. The SQL compiler issues these one at a...
In the web console, I do not think that there is a way to apply updated pipeline settings in the pipeline settings dialog from the keyboard. I would appreciate it...
I was running a local Feldera instance listening on port 8080 for HTTPS. Worked fine, no issues. I had a web browser logged into the web console. Then I killed...
When https://github.com/feldera/feldera/pull/4813 merges, there will be some vestigial support for YAML configuration in the system: * When the pipeline manager starts a pipeline, it writes both YAML and JSON configuration...
`ArcStr::init_with_unchecked(0, |_| ())` panics, but the documentation doesn't mention this case. I'd suggest updating the documentation or avoiding the panic.