-
# Scaling and Fault Tolerance & High Availability
다음 글을 번역한 것임을 알립니다.
- [Scaling and Fault Tolerance - confluent developer](https://developer.confluent.io/courses/inside-ksqldb/scaling-fault-toler…
-
# How Stateful Operations Work & How Streaming Joins Work
다음 글을 번역한 것임을 알립니다.
- [How Stateful Operations Work - confluent developer](https://developer.confluent.io/courses/inside-ksqldb/stateful-o…
-
Wonder when Docker standalone `ksqldb-server` `0.30.0` version will be released?
last published version found is `0.29.0`
https://hub.docker.com/r/confluentinc/ksqldb-server
-
KSQLDB server version 0.28.2 by default uses Java 11 as the runtime, while our UDFs are built with Java 17 and have dependencies on Java 17 libraries. This causes the KSQLDB server to be unable to loa…
-
**Describe the bug**
CLI is failing to connect to ksqldb server if any additional(context/route) path parameter included in the url.
Scenario where additional "route" path parameter is used for ingr…
-
Hi,
I have deployed version 0.24, ksqldb is available with this configuration :
connections:
xx-hp-00:
properties:
bootstrap.servers: "..."
…
-
I'm trying to launch the RIDESHARE project with my own ksqldb server, but I'm running through this error whenever I try to test a query through the playground on the server side
** {"error":
{"name…
-
Hello, first of all congratulations for the work done, i have had the opportunity to try your JDBC driver for a long time and i wanted to know more about future developments.
In particular, do you t…
-
When trying to use the ksqlDB CLI to do manual auth testing, I found the doc information are quite inconsistent across:
* https://docs.confluent.io/cloud/current/cp-component/ksqldb-ccloud-cli.html…
-
I think ksqldb team must add persistent queries for deletion with specific confitions.
```
delete from stream_name where column1 is null and column2 is null and 3,4,5...
```