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

### Description 0.28.2 changelog ### Testing done NA ### Reviewer checklist - [ ] Ensure docs are updated if necessary. (eg. if a user visible feature is being added or...

**Describe the bug** Prior to the Jetty->Vert.x migration, the REST API included Content-Type headers in responses. This header is no longer returned. Downstream applications may leverage the header to interpret...

bug
needs-triage
query-engine

**Is your feature request related to a problem? Please describe.** Trying to do an `INSERT INTO` on an Avro formatted stream, three people spent a long time troubleshooting the following...

enhancement
P0
streaming-engine

From @wicknicks : the ksqlDB Java client (ksqldb-api-client module) transitively includes a number of popular dependencies (vertx, netty, jackson, slf-log4j). These can conflict quite easily with other usages in a...

enhancement
streaming-engine
round-robin

### Description - INSERT statement ends up registering new schemas because ksqldb uses auto.register.schemas=true by default - If user doesn't have WRITE permissions on SR, the INSERT statement fails with...

**Describe the bug** Running ksql with "--query-timeout" seems to have no effect for values over 60000 as queries are being terminated after 60s at most. **To Reproduce** ksql --query-timeout 90000...

bug
P1
query-engine

**Is your feature request related to a problem? Please describe.** For a table like this, ``` CREATE TABLE `new-table` AS SELECT * FROM `table-a` LEFT JOIN `table-b` ON `table-a`.`foreign-key` =...

enhancement
P1
query-upgrades
streaming-engine

**Is your feature request related to a problem? Please describe.** It seems to me there is no way to join three tables when their primary key is not the same...

enhancement
streaming-engine

**Is your feature request related to a problem? Please describe.** Use case 1: Receiving stock market data from an external source, however, the source sometimes delivers the market data out...

enhancement
sql-syntax
requires-streams-change
streaming-engine

**Describe the bug** N-way joins don't work when the join condition is an expression rather than a ColumnReference. Consider this example: ``` select * from tab1 inner join tab2 on...

bug
join-functions
streaming-engine