-
I'm running `confluentinc/cp-ksql-server:5.3.2` connected to [confluent.cloud](https://confluent.cloud)
After playing with different queries I somehow broke ksql server
I do have an `ksqldemo3`,…
-
I am using the Kafka stack of 5.1.2, but my KSQL is 5.2.1 because it has many new functions. I got two major problems that I cannot find solutions online.
1. When I tried to terminate a query, ther…
xs005 updated
5 years ago
-
Today we always pass in `Integer.MAX_VALUE` all the way down to CommandRunner, which would be used as `executeStatement`:
```
RetryUtil.retryWithBackoff(
maxRetries,
…
-
问题:
在使用kafka-eagle发现groupID 为 kafka.eagle.system.group消息组会产生消息积压,只有手动通过ksql 查询一次对应的topic之后才进行一次commit,积压想象消失,像这种情况有什么方法可以解决吗?
-
Given the fact that YCQL supports Jsonb and KSQL support json in the form of Structs, the YB connector on the other hand does not support json. I get an error message "json is not supported yet" when …
-
Hi,
Dont know if this is supported or not, as i can't find any documentation on that, but running the ksql-print-metrics utility from a container (`docker exec -it containerid ksql-print-metrics`) re…
-
Per #1637, KSQL just throws an error, with no indication of which statement caused it.
```
ksql> RUN SCRIPT '/data/examples.sql';
io.confluent.ksql.util.KsqlException: Stream-Stream joins must h…
rmoff updated
5 years ago
-
It would be useful to be able to see the state of Streams perhaps through DESCRIBE. I am troubleshooting why sometimes Streams don't seem to come back after ksql restarts. I see in the ksql log strea…
-
**Is your feature request related to a problem? Please describe.**
I would like to create KSQL applications using test-driven-development and the ksql-test-runner tool. My preferred workflow would…
-
- checkout the https://github.com/confluentinc/examples.git & run `docker-compose up -d`
- switch to branch `5.3.0-post`
- run `ksql-datagen` with: `quickstart=users_ topic=users_extended`
- run…