-
When deploy kafka docker edition all in one: using docker-compose.yml
```
---
version: '2'
services:
zookeeper:
image: confluentinc/cp-zookeeper:latest
hostname: zookeeper
cont…
-
I've continue try (https://github.com/mmolimar/ksql-jdbc-driver/issues/29) using that driver and on query:
```
CREATE TABLE proposals_table (id STRING PRIMARY KEY) WITH (kafka_topic='datahub.epm_sta…
-
**Describe the bug**
When in KSQL connect worker is enabled by
ksql.connect.worker.config=config/connect.properties
and in connect.properties value is set as
plugin.discovery=service_load
t…
-
As far as I understand, it is currently possible to edit ksql statements with syntax highlight. But how to have ksql statements run in KSQL server ? I would love to have something similar to what [VSC…
-
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,
Help: I'm struggling to find the repo to ask for an ARM build of the image confluentinc/ksqldb-cli
Currently, only the x86_64 version is available, and having an ARM64 option would be incr…
-
Very often we observe that DROP commands become slow/unresponsive when there is a lot of traffic/load on the cluster. Is there a guidance on dimensioning when running KSQL queries when the system has …
-
It would be nice for Terraform to support the deployment of ksql queries without any manual steps involved. Opening this ticket to keep track for the requested feature.
Thanks.
-
A Poetry user ran into undeclared build-time dependencies in ksql -- namely, `pip` is imported in `setup.py` but there is no declaration of this dependency:
https://github.com/bryanyang0528/ksql-py…
-
### Use case:
To store massive amounts of event data we use Apache Kafka. With Confluent [KSQL](https://www.confluent.de/product/ksql/) there is an SQL-Layer on top of Kafka. An overview of SQL-lik…