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

Is there a way to use the Kafka Streams configuration `rocksdb.config.setter` within **ksqlDB** to tune RocksDB's disk usage as described in: - https://www.confluent.io/blog/how-to-tune-rocksdb-kafka-streams-state-stores-performance/#high-disk-usage - https://www.confluent.io/blog/how-to-tune-rocksdb-kafka-streams-state-stores-performance/#write-stalls - https://www.confluent.io/blog/how-to-tune-rocksdb-kafka-streams-state-stores-performance/#open-files

question
needs-triage
core-infra

### 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...

Hi, I have a few questions about the order of events in resulting collection after join 1. Stream/Stream case. Documentation says: > Kafka guarantees the relative order of any two...

question
streaming-engine

If a stream is named using quotes, and then the stream is queried without quotes, the error returned by ksqlDB is the same error returned if the target stream doesn't...

enhancement
streaming-engine
error-messages

Please update this Document with required configurations to setup KSQL DB Java Client using Confluent Platform and Java Configurations. https://docs.ksqldb.io/en/latest/developer-guide/ksqldb-clients/java-client/#connect-to-a-confluent-cloud-ksqldb-cluster I have also raised this Issue over Confluent Community Slack...

documentation
streaming-engine

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] We developed a wrapper...

enhancement
needs-triage
query-engine

Hi, it's not clear why we need to have non-materialized tables. Documentation says: >If a table is created directly on top of a Kafka topic, it's not materialized. Non-materialized tables...

question
needs-triage
query-engine

**Describe the bug** When issuing an EXPLAIN command, the description of how to run DESCRIBE on a source or a sink has a wrong syntax. **To Reproduce** [ksqldb v0.26.0] explain...

bug
query-engine

**Describe the bug** To test our migrations, we take all the SQL code in our migration files and combine them into one .sql file. This is used as input for...

bug
ksql-test-runner

**Describe the bug** Internal heartbeats (`/heartbeat`) between ksqlDB servers fail when basic authentication is enabled. **To Reproduce** Version: 0.21.0 [ksqldb-basic-auth-example.zip](https://github.com/confluentinc/ksql/files/7341835/ksqldb-basic-auth-example.zip) Start attached test environment with: ``` docker-compose -f docker-compose-basicauth.yml up...

bug
documentation
P1
query-engine