Skip to content

Instantly share code, notes, and snippets.

@schroedermatt
Created August 8, 2018 21:34
Show Gist options
  • Select an option

  • Save schroedermatt/adfac1207b6206d19c12e6d92f3c4a38 to your computer and use it in GitHub Desktop.

Select an option

Save schroedermatt/adfac1207b6206d19c12e6d92f3c4a38 to your computer and use it in GitHub Desktop.
snippet of the dependencies needed for integration testing with spring-kafka
repositories {
maven {
url "http://packages.confluent.io/maven/"
}
}
compile 'org.springframework.kafka:spring-kafka’
compile "org.apache.avro:avro”
compile "io.confluent:kafka-avro-serializer
testCompile 'org.springframework.kafka:spring-kafka-test'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment