-
We try to connect to a kerberized Kafka Cluster.
In Java we use a keytab to achieve that, the JAAS File looks like this, we use SASL_SSL and GSSAPI:
KafkaClient {
com.sun.security.auth.modul…
-
**Describe the bug**
We are running the ksqldb server in lockdown headless mode and provide the path to a `.sql` script via the environment variable `KSQL_KSQL_QUERIES_FILE`
The `.sql` script contai…
-
### Terraform Core Version
1.5.1
### AWS Provider Version
5.5.0
### Affected Resource(s)
aws_msk_cluster
### Expected Behavior
Executed command `terraform plan -generate-config-ou…
-
when trying to read data from Kafka which is stored as Json from schema registry. using below configuration. pls tell me where do I'm wrong with the configuration
- --checkpoint
- "OCR.VEHIC…
-
hi,
I create api include kafka and I create test and use embedded kafka but I have a problem when I use
```
(ns ...
(:require [embedded-kafka.core :as k])
(comment
(def z (k/create-zookeep…
-
**Description**
I checked confluent kafka 6.1.1 distribution with WhiteSource and find out that some libraries have vulnerabilities.
Here they are:
- netty-handler-4.1.48.Final.jar has CVE-2021-212…
-
Hi I had q question regarding publishing of key.
I see in the code that
delegateValueSerializer.configure(additionalConfiguration, false);
delegateValueDeserializer.configure(additionalConfigu…
-
**Describe the bug**
Unexpected errors when following [manual for ksql-migrations](https://www.confluent.io/blog/easily-manage-database-migrations-with-evolving-schemas-in-ksqldb/)
**To Reproduce*…
-
Hello! I'm trying to do basic message backups to S3 using https://docs.confluent.io/kafka-connectors/s3-sink/current/overview.html#schema-evolution
When trying to use the s3-source to restore messa…
-
Using the Trino Kafka connector - for my use-case - I'd need to read a dynamic and unknown set/number of Kafka topics that follow a naming convention.
The docs start describing the config setting…