-
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 …
-
**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…
-
Chaps,
We've got duplication in our documentation that it would be good to get rid of, as there is a cost to keeping it updated.
"How to create a stream" is documented here:
* https://github.…
-
When executing `list topics;`, KSQL calls `KafkaTopicClient#describeTopics()` ([link](https://github.com/confluentinc/ksql/blob/2be838541e1528098abf69936a2eb6d71d742b1a/ksql-rest-app/src/main/java/io/…
-
can we customize the ksql migration topic Partition?
currently the migration topic Partition is 1 and can not be change.then there have a issue,when we excute migration script in ksql cluster.will f…
-
I have no idea if this worked or not.
```
CLI v5.0.0-SNAPSHOT, Server v5.0.0-SNAPSHOT located at http://ksql-server:8088
Having trouble? Type 'help' (case-insensitive) for a rundown of how thi…
rmoff updated
3 years ago
-
**Describe the bug**
When working with pull queries, I noticed that inserting data to a table using `INSERT ... VALUES` is not returned when querying the table using a pull query.
I'm not sure if…
spena updated
2 years ago
-
**Describe the bug**
Division of columns using `DECIMAL` types unexpectedly results in null in some situations.
**To Reproduce**
ksql 0.28.2:
```
set 'auto.offset.reset'='earliest';
create…
-
many of the JMX metrics exposed on the KSQL Server use generated names of the form "_confluent-ksql-fooquery_CSAS_...." where "foo" is the value of `ksql.service.id`. Notice that there's no separator …