Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 65274 invoked from network); 12 Jan 2011 04:28:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2011 04:28:10 -0000 Received: (qmail 99495 invoked by uid 500); 12 Jan 2011 04:28:10 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 99328 invoked by uid 500); 12 Jan 2011 04:28:08 -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 99206 invoked by uid 99); 12 Jan 2011 04:28:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 04:28:07 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 04:28:06 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0C4RkPG021405 for ; Wed, 12 Jan 2011 04:27:46 GMT Message-ID: <13967538.305121294806466360.JavaMail.jira@thor> Date: Tue, 11 Jan 2011 23:27:46 -0500 (EST) From: "Eric Evans (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Assigned: (CASSANDRA-1710) Java driver for CQL In-Reply-To: <21382299.9401288883744939.JavaMail.jira@thor> 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/CASSANDRA-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans reassigned CASSANDRA-1710: ------------------------------------- Assignee: Eric Evans > Java driver for CQL > ------------------- > > Key: CASSANDRA-1710 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1710 > Project: Cassandra > Issue Type: Sub-task > Components: API > Affects Versions: 0.8 > Reporter: Eric Evans > Assignee: Eric Evans > Priority: Minor > Fix For: 0.8 > > Attachments: jdbc-ish.diff, v3-0001-CASSANDRA-1710-basic-connection-pooling-for-java-drive.txt, v3-0002-compile-driver-source.txt > > Original Estimate: 0h > Remaining Estimate: 0h > > In-tree CQL drivers should be reasonably consistent with one another (wherever possible/practical), and implement a minimum of: > * Query compression > * Keyspace assignment on connection > * Connection pooling / load-balancing > The goal is not to supplant the idiomatic libraries, but to provide a consistent, stable base for them to build upon. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.