Gerd Zellweger

Results 142 comments of Gerd Zellweger

Might be worthwhile to investigate how the rust playground is built: https://github.com/rust-lang/rust-playground/tree/main/compiler/base

blocked on https://github.com/feldera/feldera/issues/1271

Had a first look, and it looks great! I think there are some minor things to iron out: - I pushed a small multi-threaded example to test it, and it...

looks great lets get it merged and then we can iterate if necessary

> Each pipeline exports Prometheus metrics via the /metrics endpoint. do we still keep the current localhost:8081/metrics endpoint to monitor all pipelines at the same time? Also the metrics should...

this is on 8081 its not exposed

I think the annoying part would be if you had to configure a new prometheus/grafana endpoint just because you added aa pipeline. I dont know if thats needed or not.

FYI what should already work is pasting multi-line statements into the CLI, just writing them directly in the CLI isn't implemented yet

this would probably be better written as { "values": [64] } as range is mapped to an inclusive range (https://doc.rust-lang.org/std/ops/struct.Range.html The range start..end contains all values with start = end.)