-
**Describe the bug**
We were trying creating a json stream with one column from kafka messages's key and other from values and stream creation was successful. But when we executed "select *" on the s…
-
Hi Mario,
Thank you for the new release of the driver, I am now able to connect to a KSQL instance. I am able to query metadata (SHOW STREAMS; SHOW TABLES; etc.) however I am having trouble findin…
-
**Describe the bug**
When using `ksql-migration` tool to create table and insert values. `null` value was inserted for `struct` type.
**To Reproduce**
Steps to reproduce the behavior, include:
T…
-
**Describe the bug**
The "volumes" mapping does not seem to work when trying to embed Kafka connector in Ksqldb Server
**To Reproduce**
Below is my docker file
```
ksqldb-server:
image…
-
**Describe the bug**
Several users are reporting that a CSAS statement is causing multiple output messages to be written to the sink topic for each source message.
When they `show queries` they …
-
**Describe the bug**
KsqlDB headless deployment throws an unrelated error about 'ROWTIME' being used as a column name as it is reserved, when creating a table based off of a rekeyed stream. There is …
-
With `ksql.log.dir` set to `/var/folders/q9/2tg_lt9j6nx29rvr5r5jn_bw0000gp/T/confluent.DiB0uT89/ksql-server/logs`, not all log files are written to it, specifically `ksql-server.stdout`
```
Robin@…
rmoff updated
3 years ago
-
```
$ docker exec ksql-cli ksql-test-runner -i /opt/app/test/input.json -s opt/app/src/statements.sql -o /opt/app/test/output.json
Exception in thread "main" java.lang.AssertionError: keyset mismatc…
rmoff updated
4 years ago
-
I have created a question for the same in stack over flow ,where it has sample code as well. could you please help me . am trying to solve since yesterday .
LINK
https://stackoverflow.com/quest…
-
This behaves as expected. The derived stream is keyed on the `PARTITION BY` column:
```
ksql> CREATE STREAM CUSTOMER_SRC2 with (kafka_topic='asgard.inventory.customers', VALUE_FORMAT='AVRO');
…
rmoff updated
3 years ago