Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 1823 invoked from network); 29 Mar 2010 19:06:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Mar 2010 19:06:50 -0000 Received: (qmail 56744 invoked by uid 500); 29 Mar 2010 19:06:50 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 56678 invoked by uid 500); 29 Mar 2010 19:06:50 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 56670 invoked by uid 99); 29 Mar 2010 19:06:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Mar 2010 19:06:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Mar 2010 19:06:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 22E12234C1F0 for ; Mon, 29 Mar 2010 19:06:27 +0000 (UTC) Message-ID: <1060618768.557061269889587127.JavaMail.jira@brutus.apache.org> Date: Mon, 29 Mar 2010 19:06:27 +0000 (UTC) From: "Eric Evans (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Created: (CASSANDRA-926) implement alternative RPC interface using Avro MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org implement alternative RPC interface using Avro ---------------------------------------------- Key: CASSANDRA-926 URL: https://issues.apache.org/jira/browse/CASSANDRA-926 Project: Cassandra Issue Type: Improvement Components: Core Reporter: Eric Evans Priority: Minor Avro is data serialization and RPC framework similar to Thrift. It provides: * Rich data structures. * A compact, fast, binary data format. * A container file, to store persistent data. * Remote procedure call (RPC). * Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement RPC protocols. Code generation as an optional optimization, only worth implementing for statically typed languages. Note: This is a very large and long-running task so treat this as a meta-issue and add sub-tasks and/or blocking issues as appropriate. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.