ksql icon indicating copy to clipboard operation
ksql copied to clipboard

The database purpose-built for stream processing applications.

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

### Description Now error message formats as: `Expected with timestamp=expected_ts but was with timestamp=actual_ts ` But with big messages it is not readable: `>>>>> Test failed: Topic 'its.canonical-enriched.transit-fact', message 0:...

Apparently we had "temporarily" disable the `-Werror` flag, which turned out to be over a year ago by now. This PR reenables it and handles all the warnings we have...

Good afternoon, I have recently analysed the latest release of the [7.4.0 CP-KSQL docker image](https://hub.docker.com/layers/confluentinc/cp-ksqldb-server/7.4.0/images/sha256-25419c7b173648d7bfd535cc6b93e8e0505bf310036303ffd4500b82ab90393d?context=explore) that is published in your DockerHub image registry with [Trivy](https://github.com/aquasecurity/trivy) (a vulnerability and security scanner)....

streaming-engine

This is a routine update from cc-service-bot based on the service.yml in your repo. This PR should be approved and merged as soon as CI passes.

git clone https://github.com/confluentinc/ksql.git cd ksql git checkout docker-compose up -d ``` Started0.0s ! primary-ksqldb-server The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific...

bug
needs-triage

### Description The repo https://github.com/addthis/stream-lib has been archived. This is used as a dependency in KsqlDB codebase. After [internal discussion](https://confluentinc.atlassian.net/browse/KSQL-11272?focusedCommentId=2046643), we decided to copy the library code to the ksqlDB...

KSQL will warn if the command topic is not replicated WARN Creating topic _confluent-ksql-default__command_topic with replication factor of 1 which is less than 2. This is not advisable in a...

### Description Cherry picks https://github.com/confluentinc/ksql/pull/10293 ### Testing done _Describe the testing strategy. Unit and integration tests are expected for any behavior changes._ ### Reviewer checklist - [ ] Ensure docs...

Following the [streaming ETL pipeline]( https://docs.ksqldb.io/en/latest/tutorials/etl/) I've come up to the following error which I can't go further: **Schema for message values on topic 'my-replica-set.logistics.shipments' does not exist in the...

documentation
needs-triage

**Describe the bug** According to the documentation https://docs.ksqldb.io/en/latest/operate-and-deploy/installation/install-ksqldb-with-docker/ I should be able to configure the ksqldb `.properties` file using the environment variable `KSQL_OPTS`. When I check the container's property file...

bug