RADAR-base / MongoDb-Sink-Connector

Kafka MongoDb sink connector
Apache License 2.0
19 stars 16 forks source link

MongoDb-Sink-Connector support for the latest Confluent version 5.0.0 #46

Open aashishkumar0102 opened 6 years ago

aashishkumar0102 commented 6 years ago

Hi,

I am Trying to use MongoDb-sink-connector with the latest released Confluent Platform version 5.0.0.

As in docs, it supports CP v4.0.0, So I just want to know can I use this with v5 or is there any new version of sink connector is going to release soon?

Thanks, Aashish Kumar

blootsvoets commented 6 years ago

I see no problem in using the connector with CP 5.0.0 brokers. However we do not have a code update planned at this point in time. You are more than welcome to open a PR, updating the dependencies to CP 5.0.0/Kafka 2.0.0. Starting points:

Then just open a pull request and I'll review it.