proton icon indicating copy to clipboard operation
proton copied to clipboard

A streaming SQL engine, a fast and lightweight alternative to ksqlDB and Apache Flink, 🚀 powered by ClickHouse.

Results 134 proton issues
Sort by recently updated
recently updated
newest added

**Describe what enhancement you'd like to have** We have some leftovers in the REST API spec regarding `x-proton-` header and we probably used `x-proton-` header in (Java) SDKs. Fix them...

enhancement

**Describe what's wrong** k8s_metrics has the following defintion, but seem the retention policy didn't kick in for nativelog when disk usage reaches 90%. ``` proton :) show create k8s_metrics; SHOW...

bug

**Describe what's wrong** **How to reproduce** **Error message and/or stacktrace** **Additional context**

bug

**Describe what enhancement you'd like to have** Right now, we may have to do `proton client -h 127.0.0.1`

enhancement

**Describe what's wrong** **How to reproduce** ``` mkdir build_deb cd build_deb ../build.sh Debug ninja ``` introduce in https://github.com/timeplus-io/proton/pull/664 **Error message and/or stacktrace** **Additional context**

bug

fix #716 as the https://github.com/redpanda-data/redpanda/pull/3167 we need set both old_gen and default_heap. previous we will use v8 default heap size limit , for now we use the `available_memory * 0.6`...

**Describe what's wrong** we are using an old version clang16

feature

**Describe what enhancement you'd like to have** Currently, the below both queries have inconsistent data stream semantic: ```sql -- output is append-only SELECT * FROM left_stream JOIN right_stream using(id); ---...

enhancement

**Describe what's wrong** the problem is even if we set the **soft limit** to a huge value, the v8 default heap **hard limit** first aborts this query. ``` Received exception...

bug

**Describe what's wrong** this problem happens when running smoke test, when exits, the proton process cannot exit correctly.

bug