Browse Source

kafka-2189; Snappy compression of message batches less efficient in 0.8.2.1; patched by Ismael Juma; reviewed by Jun Rao

pull/198/head
Ismael Juma 9 years ago committed by Jun Rao
parent
commit
30f1a44e65
  1. 2
      build.gradle

2
build.gradle

@ -349,7 +349,7 @@ project(':clients') { @@ -349,7 +349,7 @@ project(':clients') {
dependencies {
compile "org.slf4j:slf4j-api:1.7.6"
compile 'org.xerial.snappy:snappy-java:1.1.1.6'
compile 'org.xerial.snappy:snappy-java:1.1.1.7'
compile 'net.jpountz.lz4:lz4:1.2.0'
testCompile 'com.novocode:junit-interface:0.9'

Loading…
Cancel
Save