Return-Path: X-Original-To: apmail-incubator-kafka-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-kafka-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2D11F7E93 for ; Mon, 7 Nov 2011 14:27:16 +0000 (UTC) Received: (qmail 34221 invoked by uid 500); 7 Nov 2011 14:27:16 -0000 Delivered-To: apmail-incubator-kafka-dev-archive@incubator.apache.org Received: (qmail 34195 invoked by uid 500); 7 Nov 2011 14:27:16 -0000 Mailing-List: contact kafka-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kafka-dev@incubator.apache.org Delivered-To: mailing list kafka-dev@incubator.apache.org Received: (qmail 34185 invoked by uid 99); 7 Nov 2011 14:27:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2011 14:27:16 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2011 14:27:11 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9E4C2382D7 for ; Mon, 7 Nov 2011 14:26:51 +0000 (UTC) Date: Mon, 7 Nov 2011 14:26:51 +0000 (UTC) From: "Joe Stein (Updated) (JIRA)" To: kafka-dev@incubator.apache.org Message-ID: <173934494.6673.1320676011649.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1621367294.3291.1320516291765.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (KAFKA-187) Add Snappy Compression as a Codec and refactor CompressionUtil and option on startup to select what the default codec MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KAFKA-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Stein updated KAFKA-187: ---------------------------- Attachment: kafka-187.refactored.patch re-factored CompressionUtil, added snappy compression and test case for its use. I have not run the perf test to compare gzip vs snappy yet. > Add Snappy Compression as a Codec and refactor CompressionUtil and option on startup to select what the default codec > --------------------------------------------------------------------------------------------------------------------- > > Key: KAFKA-187 > URL: https://issues.apache.org/jira/browse/KAFKA-187 > Project: Kafka > Issue Type: Improvement > Reporter: Joe Stein > Attachments: kafka-187.patch, kafka-187.refactored.patch > > > My thoughts are a new trait CompressionDependencies for KafkaProject.scala, adding snappy as the first library. > refactor CompressionUtil for better code reuse and provide a way on startup to select what the default codec is instead of the default always gziping -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira