Repository: kafka Updated Branches: refs/heads/0.8.2 ee1267b12 -> fbfdc195d
kafka-2189; Snappy compression of message batches less efficient in 0.8.2.1; patched by Ismael Juma; reviewed by Jun Rao Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/30f1a44e Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/30f1a44e Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/30f1a44e Branch: refs/heads/0.8.2 Commit: 30f1a44e657adf3fffea6832acacafe925c2c72d Parents: ee1267b Author: Ismael Juma <[email protected]> Authored: Thu May 28 10:16:20 2015 -0700 Committer: Jun Rao <[email protected]> Committed: Wed Sep 2 16:45:02 2015 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/30f1a44e/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 7982fe7..6a5fc15 100644 --- a/build.gradle +++ b/build.gradle @@ -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'
