-
To implement a soft delete feature I need to always append to my query that I want to get deleted_at is null? There is a default way to do so? Looking into the examples I couldn't find any examples wi…
-
Can you help me with adding in this condition to your script? I'm not seeing it execute correctly if it has a [kStale] condition, Looks like the script is only looking for a kFailure condition
He…
-
I have both zookeeper and kafka (1.0.1) running. And, I guarantee that the kafka server is up.
I set schema registsry to look for both zookeeper and kafka as follows:
```
kafkastore.connection…
-
Hi,
I want to start a kafka-connect only cluster (We already had kafka, schema-registry, i.e. installed some where else). We only need a kafka-connect to get data from that kafka to ElasticSearch.
H…
-
Could You, please, point to me to an example how to batch insert into a table?
Thank you in advance!
-
Hi,
I'm trying to setup the environment for some tests.
I've followed along the readme the paragraph "[How to run the cp-demo](https://github.com/confluentinc/jmx-monitoring-stacks#how-to-run-wi…
-
Hi team.
Not sure whether this is a bug or just a misconfiguration on my end.
I have configured Apicurio Event Sourcing [based on the docs](https://www.apicur.io/registry/docs/apicurio-registry…
-
**Describe the bug**
i updated ksql from 0.28.2 to 0.29.0 on k8s. ksql-streams continue working but the ksql-tables did not resume, they seem to be trapped in a startup loop. the tables are windowed …
-
Currently, we use a hardcoded prefix `om_` to prefix Kafka topics. For example:
- om_events
- om_detected_events
- om_meter_m1
Requirements:
- Support prefixes via header as `OM-Prefix`.
-…
-
### What
It seems like
```
# 4. Once you are connected, you can create a ksqlDB stream. A stream essentially associates a schema with an underlying Kafka topic.
CREATE STREAM ${confluent_kafka_…