-
I’m working with a ksqldb server deployed in Kubernetes, and since some time ago it crashed for some reason, I want to implement High Availability as described in https://docs.ksqldb.io/en/latest/oper…
-
Hi Team,
I am facing some issues while doing performance testing on ksqlDB(0.17 - confluent community 6.2.0). Pull Queries are not returning any output. I found a link #8088 for similar error logs…
-
I am trying to create a materialized table from a topic. I am creating and producing data into the topic as follows:
```
kafka-topics.sh create --bootstrap-server --partitions 2 --topic my-user…
-
Hello i have varchar column with datetime.
its utc
```
|2022-02-09T13:27:17.165116Z
|2022-02-09T13:27:27.3850848Z
|2022-02-09T13:28:18.5537284Z
```
on select query parse as by standart …
-
**Describe the bug**
The file descriptors are not getting closed in the ksqldb instance. It exhausts the ulimit value of 150,000.
- List of open file descriptors [open_fds.txt.zip](https://githu…
a6kme updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
Having to run ksqldb server in headless mode so it will pick up queries file that will create streams and tables but then applicatio…
-
Hi Team,
I have ksqlDB (0.17) installed and use the Java API Client to query streams. When I try to terminate a query
using terminatePushQuery(queryId).get() with a valid queryId (returned from st…
-
**Is your feature request related to a problem? Please describe.**
Given a multi-tenant Kafka cluster with ACLs per tenant based on prefixes, running ksqldb server should not require new ACLs.
Exa…
-
I went though the github but couldnt find the answer, this might be more of the configuration issue.
This is a question on how to connect self managed ksqlDB / ksql server to confluent cloud.
I …
-
Please update this Document with required configurations to setup KSQL DB Java Client using Confluent Platform and Java Configurations.
https://docs.ksqldb.io/en/latest/developer-guide/ksqldb-clie…