Re: Datastax Java Driver Compatibility Matrix

2022-04-19 Thread Jai Bheemsen Rao Dhanwada
Thank you, this information is very helpful. On Tue, Apr 19, 2022 at 11:53 AM C. Scott Andreas wrote: > Hi Jai, > > Cassandra 4.0 supports CQLv3, CQLv4, and CQLv5. A driver connecting using > any of these protocols will work. Cassandra 4.0 did not remove support for > CQLv3 which makes adoption

Re: Datastax Java Driver Compatibility Matrix

2022-04-19 Thread C. Scott Andreas
Jai Bheemsen Rao Dhanwada wrote:Thank you On Monday, April 19, 2021, Erick Ramirez wrote:Is there a Datastax Java Driver  Compatibility matrix available for Cassandra 4.0?No, there isn't but the same driver versions apply to C* 4.0 under the column 3.0+.Thanks for bringing this up as it has

Re: Datastax Java Driver Compatibility Matrix

2022-04-19 Thread Jai Bheemsen Rao Dhanwada
Thank you Scott for the information. I am currently using the 3.2 version of Datastax Driver and using the Cluster Builder with Protocol Version V3. Does this mean 3.2 with protocol version v3 can still work with Cassandra4.0 server? Also from the documentation

Re: Datastax Java Driver Compatibility Matrix

2022-04-19 Thread C. Scott Andreas
, 2021 at 7:14 PM Jai Bheemsen Rao Dhanwada wrote:Thank you On Monday, April 19, 2021, Erick Ramirez wrote:Is there a Datastax Java Driver  Compatibility matrix available for Cassandra 4.0?No, there isn't but the same driver versions apply to C* 4.0 under the column 3.0+.Thanks for bringing

Re: Datastax Java Driver Compatibility Matrix

2022-04-19 Thread Jai Bheemsen Rao Dhanwada
Hello Erick, It looks like the 3.0+ driver is not compatible with the Cassandra 4.0 as per: https://docs.datastax.com/en/driver-matrix/doc/java-drivers.html The documents say it's partially compatible, what does this mean? What will be broken if I continue to use 3.0+ driver with Cassandra 4.0?

Re: Datastax Java Driver Compatibility Matrix

2021-04-19 Thread Jai Bheemsen Rao Dhanwada
Thank you On Monday, April 19, 2021, Erick Ramirez wrote: > Is there a Datastax Java Driver >> >> Compatibility matrix available for Cassandra 4.0? >> > > No, there isn't but the same driver versions apply to C* 4.0

Re: Datastax Java Driver Compatibility Matrix

2021-04-19 Thread Erick Ramirez
> > Is there a Datastax Java Driver > > Compatibility matrix available for Cassandra 4.0? > No, there isn't but the same driver versions apply to C* 4.0 under the column 3.0+. Thanks for bringing this up as it has

Datastax Java Driver Compatibility Matrix

2021-04-19 Thread Jai Bheemsen Rao Dhanwada
Hello, Is there a Datastax Java Driver Compatibility matrix available for Cassandra 4.0?