Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E21DCEE81 for ; Tue, 12 Feb 2013 01:55:12 +0000 (UTC) Received: (qmail 21871 invoked by uid 500); 12 Feb 2013 01:55:12 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 21791 invoked by uid 500); 12 Feb 2013 01:55:12 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 21777 invoked by uid 99); 12 Feb 2013 01:55:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 01:55:12 +0000 Date: Tue, 12 Feb 2013 01:55:12 +0000 (UTC) From: "Ted Malaska (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AVRO-1251) Adding the compression option to NettyTransceiver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ted Malaska created AVRO-1251: --------------------------------- Summary: Adding the compression option to NettyTransceiver Key: AVRO-1251 URL: https://issues.apache.org/jira/browse/AVRO-1251 Project: Avro Issue Type: Bug Components: java Affects Versions: 1.7.3 Reporter: Ted Malaska Assignee: Ted Malaska This is a more focused JIRI related to AVRO-1121. The goal of this JIRI is to: 1. Be able to set up a NettyServer that will accept compressed and uncompressed requests from clients. 2. Be able to set up NettyTranseiver that supports compression options. The initial design is to allow the compression to be an option at setup of the server or client and implement this compression with Netty's own ZLibEncoder and ZLibDecoder -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira