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

**Describe the bug** CLI is failing to connect to ksqldb server if any additional(context/route) path parameter included in the url. Scenario where additional "route" path parameter is used for ingress...

bug
enhancement
data-accessibility
P1
java-client

### Description Fixes https://github.com/confluentinc/ksql/issues/9169 The SR config `id.compatibility.strict` is set to `false` in this PR when serialization happens on streams that have a XXX_SCHEMA_ID reference. The `id.compatibility.strict` to true is...

On a long-running cluster, I noted that there are many state stores on disk for transient queries: ``` root@ksql-1:/mnt/data/data/ksql-state# ls -al | grep transient | grep -oE 'Sep [0-9]+' |...

bug
P0

**Describe the bug** When attempting `INSERT INTO values();` statements to a stream with a defined VALUE_SCHEMA_FULL_NAME and VALUE_SCHEMA_ID referencing an AVRO schema with a struct data type fail with the...

bug
P0
streaming-engine

### Description Pass retention_ms as a config in the WITH clause. This param will be used to set the topic retention while creating the topic if the topic is not...

Hi Team, We have 3 node r5.xlarge cluster and there we have created a source table and executing pull queries. - Upto 3000 RPS we are able to serve within...

question

**Describe the bug** EXPLODE functions does not work with LIMIT clause **To Reproduce** CREATE STREAM STR123 (ID STRING, DESCARRAY ARRAY) WITH (KAFKA_TOPIC='strexp', KEY_FORMAT='KAFKA', PARTITIONS=3, VALUE_FORMAT='JSON'); INSERT INTO STR123 (ID, DESCARRAY)...

bug
needs-triage
query-engine

Just trying something out in Jenkins...

### Description _What behavior do you want to change, why, how does your patch achieve the changes?_ ### Testing done _Describe the testing strategy. Unit and integration tests are expected...

I am trying to deploy ksql stream using ksql CLI. FOr some reason I am unable to share my exact ksql stream. But while deploying the stream it gives me...