Open aashishkumar0102 opened 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:
build.gradle
build.gradle
:
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:deprecation"
}
and running ./gradlew classes
to see if any deprecation notices are given.
Then just open a pull request and I'll review it.
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