-
Hi,
We are running the ksql-server using the helm charts. We have automated the deployment. For development and testing we run the ksql queries using CLI connecting to the ksql server. However, for…
-
Hello!
I want to suggest the idea of adding a new connector to the repository - for the KSQL DB
Unfortunately, at the current moment I have no time for developing it and adding new tests for ch…
-
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
-
```
Traceback (most recent call last):
File "/app/consumer.py", line 17, in
import ksql
File "/usr/local/lib/python3.10/site-packages/ksql/__init__.py", line 6, in
from ksql.client …
-
i'm trying to connect divolte to kafka but it always tels me :
ERROR Unknown error when running consumer: (kafka.tools.ConsoleConsumer$:46)
org.apache.kafka.common.errors.SerializationException: U…
-
Hello Daniel,
First thank you for your work, very interesting.
I'm not sure about the answer for question 16 in KSQL section, it's mentioned that we should use the keyword WITHIN to define the duraa…
-
Similar to the schema registry integration, it would be nice to be able to provide a link to a kSQL instance in the Kowl config, and be able to see the streams/tables available in that instance, as we…
-
Hi,
it seems ksql CLI inside the cp-ksql-server pod tries to open JMX port 5555, which is already in use so the following error is printed:
Error: Exception thrown by the agent : java.rmi.server.E…
-
Hi,
I have deployed version 0.24, ksqldb is available with this configuration :
connections:
xx-hp-00:
properties:
bootstrap.servers: "..."
…
-
ksqldb-server pods are getting terminated, pods throw the below errors:
[2021-04-27 09:04:54,852] ERROR Failed to start KSQL (io.confluent.ksql.rest.server.KsqlServerMain:66)
java.lang.RuntimeExcept…