-
From @wicknicks : the ksqlDB Java client (ksqldb-api-client module) transitively includes a number of popular dependencies (vertx, netty, jackson, slf-log4j). These can conflict quite easily with othe…
-
Tried to bring up Kafka Connect by running `docker-compose up` on `cp-all-in-one-community`
It seems to fail with the compose file provided in this repo.
```
% docker ps
CONTAINER ID…
-
Hi,
I am trying to setup kafka iceberg sink , but i am stucked after spending hours. (trying same things again and again.) Can you pls help?
I have attached my docker-compose.yml file below.
I p…
-
### Setup
First of all, we have 6 machines each containing its instance of running in Docker from the image `confluentinc/ksqldb-server v 0.29.0`.
Second, we have this setup:
```
listeners=htt…
xneg updated
9 months ago
-
When using `streamQuery` or `executeQuery`, the following error is thrown.
```
Caused by: java.lang.NoClassDefFoundError: org/apache/kafka/streams/errors/StreamsException
at java.base/java.lang.C…
-
**Is your feature request related to a problem? Please describe.**
When ksqlDB repartitions sources in preparation for a join (either to rekey a stream, or to ensure copartitioning for key format m…
-
Hi!
I am running ksqldb in 2 pods.
I enable ksql's "KSQL_KSQL_HEARTBEAT_ENABLE" setting I get excessive logs. Changing the KSQL_KSQL_HEARTBEAT_ENABLE setting to false will reduce the log.
However…
sdYoo updated
6 months ago
-
AFAIA, newer Java client versions are compatible with old ksqlDB server versions (besides the limitation that the client only works against 0.10/6.0+ servers in the first place). Note that compatibili…
-
We should update the ksqlDB CLI to use the Java client rather than having two codepaths to maintain, and since it'll be a great opportunity to dogfood the Java client. This would also allow us to depr…
-
In https://confluentinc.github.io/ksqldb-recipes/real-time-analytics/payment-status-check/ I think we don't need to create `enriched_payments` nor `payments_with_status` but we can merge those two que…
mjsax updated
2 years ago