-
I was following the https://github.com/confluentinc/confluent-kubernetes-examples/blob/master/networking/external-access-static-host-based/confluent-platform-example.yaml to deploy confluent platform …
-
Can you add the ability for the DB to stream the changes to the client like RethinkDB, PipelineDB, ksqlDB, [Materialize](https://materialize.io/)? There the client does not need to poll for data.
-
Good afternoon. The problem is very simple, when you use **window functions (TUMBLING**) with **emit final**, then the window is closed only when the next message arrives, and it can come in 5 hours a…
-
Hello! Is ksqlDB has function to initialize aggregate table with some init data?
Example:
```
CREATE TABLE user_clicks WITH (
kafka_topic = 'user_clicks',
value_format = 'json_sr',
PA…
-
We have a ksqldb server deployment that stops working after couple of days. Specifically we find a few processors stopped and having their state transition from RUNNING into ERROR without apparent e…
-
**Is there a support for Unique constraint like regular SQL"**
i am a beginner in ksqldb and i have no idea on unique constraint working where can i find the docs for it.
-
Add the following logos
* KSQL (https://www.confluent.io/product/ksql/)
* https://www.confluent.io/images/ksqldb/ksqldb.png
* Confluent??
* https://avatars2.githubusercontent.com/u/9439498?s=…
-
Hi,
I have deployed version 0.24 and now ksqldb is available I tried it with this configuration :
```yaml
ksqldb:
- name: "ksqldb"
url: "https://xxxxxxx:8088"
properties:
…
-
Porting https://github.com/confluentinc/ksqldb-recipes/issues/158 here
From @mjsax
> Using latest_by_offset is outdated. We should use the new CREATE SOURCE TABLE instead.
See discussion in …
-
Hi,
I have following scenario in which I need to join multiple tables to store the result in another Kafka topic.
Unfortunately looks like KSQLDB does not support join condition to be formed on mu…