-
the regex to parse the column names expect that they are all uppercase, but some queries and columns may be in lowercase even if it's not the default in ksqldb
regex = r"(?[A-Z_]+)` (?P[A-z]+)[…
jokin updated
3 months ago
-
Using this configuration with a normal project setup for Maven works in jvm and native mode. This fail only with jbang.
```
jbang cache clear
jbang --verbose EventResource.java
```
This works…
-
* https://rmoff.net/2020/11/03/kafka-connect-ksqldb-and-kafka-tombstone-messages/
* https://stackoverflow.com/questions/66305527/how-to-delete-a-value-from-ksqldb-table-or-insert-a-tombstone-value/66…
-
I am currently using Ksqldb in the k8s environment.
I am using TABLE for aggregate operations.
Since it is a stateful operation, ksqldb is expected to be using rocksdb .
One problem is that local …
-
**Describe the bug**
Some bugs (e.g. #5882) make it so that the command topic is unusable. I'm not entirely certain how the command passed validation, but as soon as it is on the command topic it i…
-
### Discussed in https://github.com/kubevela/kubevela/discussions/3918
Originally posted by **MaharaJothi** May 17, 2022
Hi
I want to apply a helm package using `Helm Component` and deploy …
-
I have a demo setup where I use references, but it fails to configure the schema, likely because the same reference is used multiple times.
This is the error I get
```
Could not generate schemas: S…
-
**Describe the use case**
SIEM Optimization: pull in Zeek (Network Security Monitoring), Splunk, and/or Syslog
See webinar at https://videos.confluent.io/watch/vcD7jDsR86uVyApsXh1qk8
**Provide …
-
**Describe the bug**
The ALTER or 'CREATE OR REPLACE' syntax does not support adding a field to the existing struct field of the stream.
**To Reproduce**
Steps to reproduce the behavior, include:…
-
Hello everybody.
This issue I am getting with Control Center is making me go insane. After I deploy Confluent's Control Center using CRDs provided from Confluent for Kubernetes Operator, it works …