Re: Production Ready/Stable DataStax Java Driver

2016-05-08 Thread Alex Popescu
On Sun, May 8, 2016 at 10:00 AM, Anuj Wadehra wrote: > As 3.x driver supports all 1.2+ Cassandra versions, I would also like to > better understand the motivation of having 2.1 releases simultaneously with > 3.x releases of Java driver. Hi Anuj, Both Apache Cassandra and the DataStax drivers a

Re: Production Ready/Stable DataStax Java Driver

2016-05-08 Thread Anuj Wadehra
Thanks Alex !! We are starting to use CQL for the first time (using Thrift till now), so I think it makes sense to directly use Java driver 3.0.1 instead of 2.1.10. As 3.x driver supports all 1.2+ Cassandra versions, I would also like to better understand the motivation of having 2.1 releases si

Re: Production Ready/Stable DataStax Java Driver

2016-05-08 Thread Alex Popescu
Hi Anuj, All released versions of the DataStax Java driver are production ready: 1. they all go through the complete QA cycle 2. we merge all bug fixes and improvements upstream. Now, if you are asking which is currently the most deployed version, that's 2.1 (latest version 2.1.10.1 [1]). If yo

Production Ready/Stable DataStax Java Driver

2016-05-08 Thread Anuj Wadehra
Hi, Which DataStax Java Driver release is most stable (production ready) for Cassandra 2.1? ThanksAnuj