Re: Cassandra client drivers

2018-05-07 Thread Abdul Patel
Thanks Andy On Monday, May 7, 2018, Andy Tolbert wrote: > Hi Abdul, > > If you are already at C* 3.1.0 and the driver you are using works, it's > almost certain to also work with 3.11.2 as well as there are no protocol > changes between these versions. I would advise testing your application >

Re: Cassandra client drivers

2018-05-07 Thread Andy Tolbert
Hi Abdul, If you are already at C* 3.1.0 and the driver you are using works, it's almost certain to also work with 3.11.2 as well as there are no protocol changes between these versions. I would advise testing your application out against a 3.11.2 test environment first though, just to be safe ;)

Cassandra client drivers

2018-05-07 Thread Abdul Patel
Hi I am.planning for upgrade from 3.1.0 to 3.11.2 , just wanted to confirm if cleint drivers need to upgraded? Or it will work with 3.1.0 drivers?

Re: Client drivers

2016-03-24 Thread Rakesh Kumar
> Every language has a different means of working with dependencies. Some are > compiled in (java, c), some are pulled in via libraries (python). You'll > have to be more specific. I am interested mainly in C++ and Java. Thanks.

Re: Client drivers

2016-03-24 Thread Jonathan Haddad
Every language has a different means of working with dependencies. Some are compiled in (java, c), some are pulled in via libraries (python). You'll have to be more specific. On Thu, Mar 24, 2016 at 8:14 AM Rakesh Kumar wrote: > Is it possible to install multiple versions of language drivers on

Client drivers

2016-03-24 Thread Rakesh Kumar
Is it possible to install multiple versions of language drivers on the client machines. This will be typically useful during an upgrade process, where by fallback to the old version can be easy. thanks.