-
When strictly following the quickstart tutorial https://docs.confluent.io/current/quickstart/ce-docker-quickstart.html by setting up a local confluent installation with
```
git clone https://github.…
-
The advice here: https://github.com/confluentinc/ksql/blob/master/docs/how-to-guides/convert-changelog-to-table.md, on how to convert a changelog into a table is using a flawed pattern.
It suggests…
-
CREATE TABLE archive_info AS
SELECT arc.id,
arc.business_id,
arc.cover_image,
arc.title,
arc.org_id,
arc.status,
arc.year,
arc.business_type,
arc.create_date,
arc.operate_date,
…
-
The `/ksql` endpoint reference documentation for the `SHOW TABLES` command does not refer the fields `type` and `isWindowed`.
https://docs.ksqldb.io/en/latest/developer-guide/ksqldb-rest-api/ksql-e…
-
**Describe the bug**
The removal of Jetty from the ksqlDB server (https://github.com/confluentinc/ksql/pull/5134) means the basic auth examples in our docs (https://docs.ksqldb.io/en/latest/operate…
-
I see confluent version numbers here https://hub.docker.com/r/confluentinc/cp-ksql-server/tags
and ksqldb version numbers here https://github.com/confluentinc/ksql/blob/master/CHANGELOG.md#080-2020-0…
-
tl;dr : would like a stream that captures only the final aggregation result of each window. It is ok to disregard late-arriving data (or define wait period before disregarding).
Looking to achieve…
-
I have asked the question on stack-overflow: https://stackoverflow.com/questions/60123191/ksql-pull-query-a-joined-table
- Am I making a mistake?
- Is the documentation unclear, or is it just me?…
-
**Describe the bug**
For a ksql cluster I have set:
`KSQL_CONNECT_GROUP_ID="_exp_learner_search-kafka-connect-stackexchangeposts_v1"`
However, the group.id used by the embedded kafka-connect …
-
**Describe the bug**
Running a push query in ksqldb v0.7.1 errors out with `Error parsing host address http://:8088/. Expected format host:port.`
Having had a quick look at the code, it looks li…