-
**Describe the bug**
According to the documentation https://docs.ksqldb.io/en/latest/operate-and-deploy/installation/install-ksqldb-with-docker/ I should be able to configure the ksqldb `.properties`…
XHPJ updated
7 months ago
-
I have set the value: `heapOptions: "-Xms64m -Xmx512m` in the ksqldb (v0.26+) chart, and i cannot see it having an effect on the JVM. I see the values being passed to the ksqldb process inside the co…
-
Trying to get a PR going for a UDF to be included.
**Provide details of the setup you're running**
forked ksql master
cloned forked master.
setup checkstyle etc etc etc.
cloned and installed …
-
[jw@cn05 ksqldb]$ ./mvnw clean package -DskipTests -DversionFilter
...
[INFO] ksqldb-version-metrics-client ...................... SUCCESS [ 39.920 s]
[INFO] ksqldb-rest-app .......................…
-
Hello - I'm using
```
implementation ('io.confluent.ksql:ksqldb-api-client:7.3.1')
```
and I'm running into issues throwing exception on connection loss on the code below
```
@Override
…
-
**The Problem**
I create a table from an existing topic using Avro with FULL_TRANSITIVE compatibility – with full schema inference.
Creating the table is successful, but when inserting data or just …
-
It would be absolutely amazing if ksqldb could be smart enough to resolve Any types in protobuf schemas via the schema registry so long as the type url points to an already existing schema in the regi…
-
**Describe the bug**
For data in stream with nested map attributes (ie. map of maps) and its value format is JSON_SR, select query will fail with serialization exception. Note that inserts still work…
-
hi,
when I installed this on OCP 4.8.31 on AWS, I got this error:
oc apply -f ./deployed-20220326-kafka-template.yaml
connect.platform.confluent.io/connect configured
controlcenter.platform.co…
-
**Describe the bug**
We have a server on which kSQLdb 0.8.1 runs within a Docker container, under CentOS 7. Recently, we tried to upgrade to versions 0.9.0 and 0.10.1, but neither of these newer ver…