We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e5073 commit 0343d7aCopy full SHA for 0343d7a
build.gradle
@@ -284,7 +284,7 @@ project('kcbq-confluent') {
284
285
configurations.all {
286
resolutionStrategy {
287
- // depending on debezium results in us pulling in the most recent kafka version, but we want to use 1.1.1.
+ // depending on debezium results in us pulling in the most recent kafka version, but we want to use 2.3.0.
288
force 'org.apache.kafka:connect-api:2.3.0', 'org.apache.kafka:kafka-clients:2.3.0'
289
}
290
0 commit comments