Return-Path: Delivered-To: apmail-avro-dev-archive@www.apache.org Received: (qmail 21807 invoked from network); 24 Jun 2010 18:58:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Jun 2010 18:58:08 -0000 Received: (qmail 7358 invoked by uid 500); 24 Jun 2010 18:58:08 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 7253 invoked by uid 500); 24 Jun 2010 18:58:07 -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 7245 invoked by uid 99); 24 Jun 2010 18:58:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 18:58:07 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of james.w.todd@gmail.com designates 209.85.212.171 as permitted sender) Received: from [209.85.212.171] (HELO mail-px0-f171.google.com) (209.85.212.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 18:58:01 +0000 Received: by pxi15 with SMTP id 15so1925444pxi.30 for ; Thu, 24 Jun 2010 11:57:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=Ccxyy0Q5ayV9afHDskCED0mEyHj0dFUroIZft9w63sQ=; b=NSvqXgPq9mt0tpTAeGb1J4Z7Q+UBjpV/HsCHUHynfkyvIMx9TpTuxcKU+5DQ7XrblK fJdD0rwFJahVckjehYQtmD8Ynfp38ZYai9tsx41HmRtr2fLaVuleTSLb8H1+efs1FU1d rpCEk1DEbWKWwfW5RBUbSC0bKJRK6QMUq94Tg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ZQDWkQM947taKVWnSQ/q0uk0mO+//iT8r4+vWX7Zn9wqRJY5e1soGpysUUFlb3jou7 xOlHwsyCFTjEcYSELyouTlIm48DpSiQGDncDPe/y60OH1lt6c472LuWdG5yoC6OZ4pFZ qjbzwgOtE92crZffh9f/1AYUpzi7MXw0ghLgw= MIME-Version: 1.0 Received: by 10.142.120.26 with SMTP id s26mr9672884wfc.141.1277405860081; Thu, 24 Jun 2010 11:57:40 -0700 (PDT) Received: by 10.231.173.81 with HTTP; Thu, 24 Jun 2010 11:57:39 -0700 (PDT) In-Reply-To: References: Date: Thu, 24 Jun 2010 11:57:39 -0700 Message-ID: Subject: Re: Avro RPC implementation using Netty From: James Todd To: dev@avro.apache.org Content-Type: multipart/alternative; boundary=001636e0a7a88631df0489cb3af2 X-Virus-Checked: Checked by ClamAV on apache.org --001636e0a7a88631df0489cb3af2 Content-Type: text/plain; charset=ISO-8859-1 hey harry - there is an avro-netty patch awaiting review at: https://issues.apache.org/jira/browse/AVRO-405 the patch is a merging of bo shi's patch and mine. would you be interested in considering merging your work with this patch, which would be awesome? hth, - james On Thu, Jun 24, 2010 at 11:29 AM, harry wang wrote: > hi, I have implemented the Avro RPC Server and Transceiver using Netty. If > anyone is interested in it, you can look at > http://github.com/coolwhy/avro-rpc-on-netty. Any suggestion is welcome. > Thanks! > > - harry > --001636e0a7a88631df0489cb3af2--