-
Tried following things in both the files:
1. In values.yaml under kafka:
```
kafka:
bootstrapServers: "xxxx:9092"
sasl.mechanism: "PLAIN"
sasl.jaas.config": 'org.apache.kafka.common.secu…
-
I am on c14de12a121d7b08b81c6da709b0291f86d0096b , running the maven build results in:
```
[INFO] Resolving range for org.apache.kafka:kafka-clients::[6.1.0-0, 6.1.1-0), excluding snapshots
Downl…
-
Our logs are full of messages like these,
```[warn] k.m.a.c.KafkaManagedOffsetCache - Failed to process a message from offset topic on cluster prod-kafka!
org.apache.kafka.common.protocol.types.Sch…
-
Would like to use this in a project that requires scala 2.10. kafka-unit is using org.apache.kafka:kafka_2.11 I need org.apache.kafka:kafka_2.10 for my projects.
compile('org.apache.kafka:kafka_2.11…
-
Hi!
Thanks for writing this config provider!
It looks like guava is a dependency for your connect-utils library but it's not included in the confluent hub installation for this config provider.
…
-
Kafka fails with below error when i have more than 1 replica of zookeeper up.
Currently I have zookeeper replica as 3 and kafka also 3.
Kafka keeps on going in crashloopbackoff. Error below
No…
-
Hi,
We are facing issues while building schema-registry-6.1.0-135 maven build.
From maven registry https://mvnrepository.com/artifact/io.confluent/kafka-schema-registry?repo=confluent-packages
th…
-
Hi all,
I have a running Confluent 4.0.0 stack and would like to upgrade to the latest (4.1.0).
After updating the repository URLs, if I run
`yum update confluent-schema-registry`
the packa…
-
Hi, when enabling SSL, and stopping and starting the docker-compose machine, the listeners config gets duplicated at https://github.com/Landoop/fast-data-dev/blob/9e83aa4152fa2b592aa23d50e6ebb9a158f6f…
-
Hello,
I have configured confluent cluster in docker containers consisting of 3 zookeepers, 3 kafka brokers and 3 schema registries. Sometimes on deploying all 3 schema registries won't start. The …