ksql icon indicating copy to clipboard operation
ksql copied to clipboard

The database purpose-built for stream processing applications.

Results 344 ksql issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When I run a CSAS query it doesn't validate properties against the target topic. You can see the retention validation switch here: ```java final Long retentionMs =...

bug
needs-triage

is KSQL dying due to a lot of bug ?

question
needs-triage

**Describe the bug** JSON deserializer considers a field to be required while it actually is not. **To Reproduce** * Using version 7.7.0 of cp-ksqldb-server and cli. * I create a...

bug
needs-triage

When trying to use `GROUP BY ` , it causing schema 409 version issue when select pull query Let's have a simple test case below ```SQL CREATE STREAM _xtest2 (...

bug
needs-triage