-
I am trying to enable simple SASL for clients (It is okay if Brokers and Zookeepers talk to each other in PLAINTEXT as all of our traffic will always be internal) following [this guide](https://docs.c…
-
We see periodic errors deleting obsolete state directory:
```
[2019-09-11 18:21:35,328] INFO stream-thread [_confluent-ksql-devops_ksql_prod_query_CTAS_DEVOPS_CLICKSTREAM_SESSIONS_3-ed9abb78-08b9-45…
-
Objective: to setup MQTT source connector with Confluent kafka v 5.4
Steps Performed:
git clone https://github.com/johanvandevenne/kafka-connect-mqtt.git
cd kafka-connect-mqtt
mvn clean install
…
-
Hi @jcustenborder,
I’m having some trouble trying to use SMT functions with `SpoolDirSchemaLessJsonSourceConnector`.
I would like to simply ingest some schemaless JSON events from a file into a …
-
Hello everyone,
is there any possibility to ignore headers/keys which are null. For values there is `behavior.on.null.values` but for headers/keys I can't find something similar. The use case is th…
-
Hi, I'm using the `kafka-native` docker image and have a producer where the `compression.type` is set to `zstd`.
Every time the message is sent, the error message shows up on the docker container:
…
-
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…
-
Cannot build of master, getting the below error
`Could not resolve dependencies for project io.confluent:utility-belt:jar:4.1.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.kaf…
-
Scenario:
1) Statuses topic that connect group uses had some statuses which included the old worker id's which do not exist anymore.
2) Deleted all the metadata topics. Recreated them and started …
-
Hi all,
I came to a problem that hdfs connector not consuming my kafka topic, however connect-file-sink do. After I started the job, i've wait about 3 minutes but none commit log ever show up, so …