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

I have been experimenting with KSQLDB clusters and i have pull up and down the same docker service a couple of times. Now i am left with a situation where...

bug
query-engine

**Is your feature request related to a problem? Please describe.** Sometimes `null` field doesn’t add any value. For example we sink kafka topic to postgres `JSONB` column, which will add...

enhancement
streaming-engine

### Description The Query property list in the BE was missing some props that this PR is adding. ### Testing done manual testing ### Reviewer checklist - [ ] Ensure...

Hi Team, We are using confluent kafka version 6.1.1 We have following setup: 1) Source topic(st): This topic consist of data published from third party kafka producer. We have a...

question
streaming-engine

Pressing Ctrl-C (perhaps a bit too enthusiastically) in ksqlDB CLI with v0.12 on Docker resulted in it crashing out ``` Exception in thread "main" java.io.IOError: java.io.IOException: Error executing 'stty -icrnl...

bug
fix-it-week

### Description To create a new Node.js client for ksqlDB with the core functionality listed in the [doc](https://docs.ksqldb.io/en/latest/developer-guide/ksqldb-clients/contributing/). Adding more advanced methods including creating materialized view, pulling stream data between...

**Describe the bug** The following PR https://github.com/confluentinc/ksql/pull/3695/files#diff-734b7c162230742e416f79fdf85d146dR41-R48 (/cc @agavra) introduces a validation of source name that do not match the allowed Kafka topic names. The "." character is missing in...

enhancement
popular
streaming-engine
parser

**Describe the bug** JSON_SR enum gives a struct projection instead of string **To Reproduce** Create topic and register json schema ``` { "$id": "http://example.com/myURI.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "Sample...

bug
streaming-engine
schema-registry-integration

I’m using the VALUE_SCHEMA_ID argument when creating streams, but I noticed that it fails when a field has the following data type ``` "type": [ "null", { "connect.type": "int16", "type":...

enhancement
streaming-engine

In: [compression.type](https://docs.ksqldb.io/en/latest/reference/server-configuration/#compressiontype) and [ksql.streams.producer.compression.type](https://docs.ksqldb.io/en/latest/reference/server-configuration/#ksqlstreamsproducercompressiontype) it says: _"The default is snappy"_ but the default seems to be 'none' (unless explicitly set in server configuration file or set for the session).

documentation
streaming-engine