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 681e56f commit 13d82f1Copy full SHA for 13d82f1
build.gradle.kts
@@ -136,6 +136,7 @@ dependencies {
136
}
137
implementation("io.confluent:kafka-connect-avro-converter:$confluentVersion")
138
implementation("io.confluent:kafka-avro-serializer:$confluentVersion")
139
+ implementation("org.apache.avro:avro:1.11.4")
140
testImplementation("org.springframework.kafka:spring-kafka-test")
141
142
// PDF
0 commit comments