-
Feature request: support `CREATE OR REPLACE CONNECTOR`
This would be in line with the `CREATE OR REPLACE` syntax being added elsewhere in ksqlDB.
Kafka Connect's REST API supports create/updat…
rmoff updated
7 months ago
-
**Describe the bug**
With the UBI image introduced in ksqlDB 0.9.0, the `confluent-hub` executable is installed to `/home/appuser/bin`. This directory is not on the default $PATH, so invoking `conflu…
-
To support my channel and pay for AWS, I'm planning to start making very **SPECIALIZED** tutorials for channel members only. If you have any requests, leave them here and be specific as possible. **Be…
-
The [How to Limit Memory Usage in ksqlDB](https://www.confluent.io/blog/bounding-ksqldb-memory-usage/) blog post details the use of `KsqlBoundedMemoryRocksDBConfigSetter`, but the containing jar is no…
-
Hi there :wave:
I am trying to delpoy a ksqldb server that will read from a kafka cluster that uses [Strimzi](https://github.com/strimzi/strimzi-kafka-oauth) for Oauth authentication. I see there i…
-
**Describe the bug**
Making a request to the REST API that ksql makes available allowing you to get a stream of data from ksql sometimes does not work, terminating with an error, `RemoteDisconnected(…
-
As stated in the topic, is there a way to create stream that doesn't ignore null values ?
We have a debezium connector that produces ` id: null ` record in case of record removal, and in ksqldb we c…
-
The documents suggest that to post a data it must be as such:
```
$ curl -X POST -H "Content-Type: application/vnd.kafka.json.v2+json" \
--data '{"records":[{"value":{"name": "testU…
-
Hi there,
I see that dependencies are quiet outdated like Confluent.Kafka=1.0.0.
Is this project still alive or the original point is not valid anymore with KsqlDB and Flink and etc?
Thanks
Ehsan
E4M9i updated
4 years ago
-
I'm not certain what I could be missing.
1. I have set up a Kafka broker server, with a Zookeeper and a distributed Kafka Connect.
2. For schema management, I have set up an Apicurio Schema Reg…