ksql
ksql copied to clipboard
The database purpose-built for stream processing applications.
**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 =...
**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...
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 (...