opensearch-connector-for-apache-kafka icon indicating copy to clipboard operation
opensearch-connector-for-apache-kafka copied to clipboard

Aiven's OpenSearch® Connector for Apache Kafka®

Results 29 opensearch-connector-for-apache-kafka issues
Sort by recently updated
recently updated
newest added

Hi, First thanks for the plugin. I saw we are using the snakeyaml-1.32.jar, and according to https://nvd.nist.gov/vuln/detail/CVE-2022-1471 it got NIST: NVDBase Score: [9.8 CRITICAL] score. seems like needed to bump...

Could you include a JAR file in each build so it's easier to use the connector?

We are using the opensearch connector to sink AVRO records to elasticsearch. Our AVRO schema looks like this. ``` { "type": "record", "name": "Task", "fields": [ { "name": "id", "type":...

I'm working with opensearch-connector-for-apache-kafka-3.0.0. The "behavior.on.null.values": "delete" doesn't work properly. Sometime delete with success. Othertime it doesn't delete and there are several duplicated elements in the indexes. This is my...

Is there any guidance on how to incorporate SIGV4 authentication with the connector?

- opensearch-connector-for-apache-kafka-1.0.1 - Amazon Opensearch Service version 1.2 error: ``` ERROR Failed to send bulk request from batch 2258 of 22 records (io.aiven.kafka.connect.opensearch.BulkProcessor:378) ERROR Failed to bulk processing after total...

Can we somehow add functionality to create topic during startup, similar to [debezium](https://debezium.io/documentation/reference/stable/configuration/topic-auto-create-config.html#default-topic-creation-group-configuration)?

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 ``` FROM quay.io/strimzi/kafka:0.29.0-kafka-3.2.0 USER root:root COPY opensearch-connector-for-apache-kafka-2.0.2.jar /opt/kafka/libs/...

Hello Thank you for providing a plugin for Opensearch as we recently migrated our clusters from ES to OS and this plugin has been a great help us to continue...

Hi, The plugin, from GitHub's main branch, throws an error when consuming a topic with simple json as well as a topic with avro messages. I'm using the latest versions...