Skip to content

Commit

Permalink
feat(core): add some confluent auth plugins
Browse files Browse the repository at this point in the history
close #969
  • Loading branch information
tchiotludo committed Dec 23, 2021
1 parent bf0a688 commit 8c5a1b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ dependencies {
implementation group: "io.confluent", name: "kafka-avro-serializer", version: confluentVersion
implementation group: "io.confluent", name: "kafka-json-schema-serializer", version: confluentVersion
implementation group: "io.confluent", name: "kafka-protobuf-serializer", version: confluentVersion
implementation group: "io.confluent", name: "kafka-client-plugins", version: confluentVersion + "-ce"
implementation 'org.sourcelab:kafka-connect-client:4.0.0'

// strimzi
Expand Down

0 comments on commit 8c5a1b9

Please sign in to comment.