ksql icon indicating copy to clipboard operation
ksql copied to clipboard

The database purpose-built for stream processing applications.

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

Please add a straightforward way to insert tombstone null values into a table. There is only a [workaround](https://stackoverflow.com/questions/66305527/how-to-delete-a-value-from-ksqldb-table-or-insert-a-tombstone-value/66314510#66314510) available in ksqldb 0.14. This is necessary for the ksqldb REST API....

enhancement
P1
query-engine

### Description Current config samples contradict [the actual code](https://github.com/confluentinc/ksql/blob/f24ed0d2278665be00e29b7a7e1f04bd50f22c85/ksqldb-rest-app/src/main/java/io/confluent/ksql/rest/server/KsqlRestConfig.java#L183). I was confused what is the right settings and decided to fix samples to make them consistent with docs and code....

**Describe the bug** Maven build failing with the error "Could not resolve dependencies." **To Reproduce** I am trying to install ksql with version 7.5.3. Maven build is failing with error...

bug
needs-triage

### Description Classify MissingSchemaException and RecordTooLargeException as user errors. ### Testing done _Describe the testing strategy. Unit and integration tests are expected for any behavior changes._ ### Reviewer checklist -...

Hi, Anchore scan has detected 3 vulnerabilities from the package 'org.bouncycastle', These are being flagged as High severity even though no vulnerability score is present in NVD database. 1. [CVE-2024-29857](https://nvd.nist.gov/vuln/detail/CVE-2024-29857)...

bug
needs-triage

As for I know we have only minimal aggregation with windows(time -frame like tumbling) like count,avg It will be highly helpful if we have traditional window SQL functions like LEAD,LAG,RANK...

enhancement

**Describe the bug** Schema Inference With ID in CSAS does not work for enums. **To Reproduce** To reproduce Register below schema for topic avroTest4 ``` { "doc": "Sample schema to...

bug
avro
schema-registry-integration

### Description Unpin jetty dependency version to use the version defined in common to address CVEs

this page https://hub.docker.com/r/confluentinc/ksqldb-server do not give the link to the dockerfile of `ksqldb-server` https://github.com/confluentinc/ksql/tree/master/ksqldb-docker

documentation

**Is your feature request related to a problem? Please describe.** It is impossible today to create an array with empty or null only elements because the type cannot be inferred....

enhancement