-
Hi there,
I am experiencing an intermittent problem during a deployment of Kafka Connect v4.0.0.
I have two connectors:
```
1: io.confluent.connect.elasticsearch.ElasticsearchSinkConnector
2: …
-
I am trying to implement storm in python using streamparse. Basically i have a kafka cluster and i am trying to get data from the broker and perform some processing but i am stuck with an error which…
-
Hello,
I have a cluster of three nodes of hadoop , kafka and zookeeper and storm.. I used the versions as you recommend ... I even test with higher version of kafka and zookeeper..
I am trying to …
-
hi,
I'm using strimzi kafka operator to deploy kafka cluster.
I [built](https://github.com/aiven/opensearch-connector-for-apache-kafka/issues/88) a jar file. Also built docker image with this lib
…
-
The HDFS connector (version 4.1) fails after the first batch of events when writing _Avro_ messages to _Parquet_ files in HDFS in case there are nested arrays in the Avro schema.
Relevant part of …
-
I am trying to use the bigquery connector with the schema registry and avro converter. My root certificate is signed by lets encrypt, which i believe is available by default in all java trust store. I…
-
Dapr bulk messaging requires producer of the message to bulk it and send to side car in the application as of now. I could not find parameter setting such as linger.ms/batch.size/compression in yaml …
-
Description
===========
I came across the below scenario in one of environment. I have a Topic (EventHub) with 3 partitions. I spanned up 3 consumers ideally each consumer should be assigned with o…
-
I am using kafka, zookeeper and kafka-manager for managing clusters.
I have 3 nodes cluster. In all the cluster I set since very beginning `delete.topic.enable=true`
Now when I want to delete a …
-
**Describe the bug**
Shared kafka data connection is created like:
```
CREATE DATA CONNECTION kafka TYPE KAFKA SHARED OPTIONS('bootstrap.servers' = '127.0.0.1:9092', 'key.serializer' = 'org.apache.…