-
##### **Overview of the feature request**
Avro with Schema Registry (see: https://aseigneurin.github.io/2018/08/02/kafka-tutorial-4-avro-and-schema-registry.html and https://dzone.com/articles/kafk…
-
This is a reference to the [question](https://stackoverflow.com/questions/56898018/confluent-jdbc-source-connect-v5-2-2-gives-org-apache-kafka-connect-errors-data) asked on stackoverflow. I am using s…
-
I'm trying to set up a kafka s3 sink connector that will consume messages in avro format and dump to s3 compatible storage (minio) in parquet format.
This pipe line works for certain topics but fai…
-
## distributed
```
bootstrap.servers=
key.converter=org.apache.kafka.connect.storage.StringConverter
key.converter.schemas.enable=false
#key.converter=org.apache.kafka.connect.storage.StringConve…
-
I have the an SSL certificate in form of a .pem file and a key to open it. I can't authenticate with
SASL_USERNAME
SASL_PLAIN_PASSWORD
SSL_PASSWORD
SSL_CERTIFICATE
-
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…
-
JVM's module system, since Java 9, doesn't allow more than one JAR module with the same package. At least when using the module system instead of compatibility mode (module path instead of the classpa…
-
Hi,
Our deployment model is a kubernetes based 3 node setup. Each node has one kafka broker and one zookeeper making up the entire cluster of 3 nodes. There is a exactly one schema-registry on one …
-
Debezium MySQL Source Connector Configuration
{
"name": "cdc-connector",
"config": {
"connector.class": "io.debezium.connector.mysql.MySqlConnector",
"key.converter": "org.apache.kafk…
-
I deployed kafka, zookeeper, kafka-rest on open shift.
Kafka-rest is not responding
curl -vvv 127.0.0.1:8089/topics --output -
* Trying 127.0.0.1...
* TCP_NODELAY set
* Connected to 127.0.0.…