Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DC39111C75 for ; Sun, 3 Aug 2014 23:37:17 +0000 (UTC) Received: (qmail 81654 invoked by uid 500); 3 Aug 2014 23:37:15 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 81617 invoked by uid 500); 3 Aug 2014 23:37:15 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 81607 invoked by uid 99); 3 Aug 2014 23:37:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Aug 2014 23:37:15 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of javier.canillas@gmail.com designates 209.85.160.182 as permitted sender) Received: from [209.85.160.182] (HELO mail-yk0-f182.google.com) (209.85.160.182) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Aug 2014 23:37:12 +0000 Received: by mail-yk0-f182.google.com with SMTP id q9so3751758ykb.27 for ; Sun, 03 Aug 2014 16:36:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=WbkLWkdEsa7ftrPIraM6sMli3hyyGwpLaEjlCclAcJc=; b=LFx4Dn/88oiUhEGK7ZEyG4ETIBcSFvJL749jV2jxjYZEP6yg+gMfldaBwDZ4FV5/+O xf7z9v7oxwr0qugzabnhkWU/QL6hjRJfMBsWjlTcmDUlTBLBEzCCO5hxDsGZJ962KiF2 fynD2mHpL9QYXoZQCkJfTeSjQOBnz3UmE/XTuf3kl0wtlBEWjpvme+VDingR73+x/Kku AtrYb7iRfbNKyKG2MpnT70S+TBjosM3gVGfMEo+2WNPKLN+gGQUOOmt4PKvco7e1b8dG LzF/5KiN54lViHID95L4HNCVcM3hU9KuEC1oXSjqo2gnT1CT0U7Oo7CdNNUNkBzUwYOd xGTw== MIME-Version: 1.0 X-Received: by 10.236.45.10 with SMTP id o10mr32835800yhb.49.1407109007145; Sun, 03 Aug 2014 16:36:47 -0700 (PDT) Received: by 10.170.95.2 with HTTP; Sun, 3 Aug 2014 16:36:47 -0700 (PDT) Date: Sun, 3 Aug 2014 20:36:47 -0300 Message-ID: Subject: Cassandra Driver Configurer From: Javier Canillas To: "user@cassandra.apache.org" Content-Type: multipart/alternative; boundary=089e011615fc88001204ffc218b9 X-Virus-Checked: Checked by ClamAV on apache.org --089e011615fc88001204ffc218b9 Content-Type: text/plain; charset=UTF-8 Hey guys, I have following Cassandra since its preliminar 0,6.X versions and develop against it from different platforms like .NET, Java and Scala. I found it very difficult to properly configure my cassandra driver for the client application since there is no straight way to change a value without releasing a new version since it lacks the support for an external configuration file (That was the only flaw I found). Well, instead of making only a critiscm, I publish on https://github.com/javiercanillas/cassandra-driver-configurer my own configurer for datastax cassandra driver. It relies only on TypeSafe.Config structure. Feel free to take a look and use it. Any comments are welcome. PD: I will try to push it into Maven Central if you really find it useful. Cheers, Javier. --089e011615fc88001204ffc218b9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hey guys,

I have following Cassandra si= nce its preliminar 0,6.X versions and develop against it from different pla= tforms like .NET, Java and Scala.=C2=A0

I found it= very difficult to properly configure my cassandra driver for the client ap= plication since there is no straight way to change a value without releasin= g a new version since it lacks the support for an external configuration fi= le (That was the only flaw I found).

Well, instead of making only a critiscm, I publish on= =C2=A0https://github.com/javiercanillas/cassandra-driver-configurer my o= wn configurer for datastax cassandra driver. It relies only on TypeSafe.Con= fig structure.

Feel free to take a look and use it. Any comments are w= elcome.

PD: I will try to push it into Maven Centr= al if you really find it useful.

Cheers,

Javier.
--089e011615fc88001204ffc218b9--