pchalamet / cassandra-sharp

high performance .NET driver for Apache Cassandra
114 stars 41 forks source link

Is there going to be an update to use the protocol v2? #88

Closed ghostofcain closed 7 years ago

ghostofcain commented 9 years ago

Hi,

I was trying to do an insert with the "If Not Exists" flag (to prevent a race condition in one of my inserts) but received this exception:

Conditional updates are not supported by the protocol version in use. You need to upgrade to a driver using the native protocol v2.

I was wondering if there were any plans to upgrade the code to do this?

Many thanks in advance.

pchalamet commented 9 years ago

Hello,

I have no plan as of now. Unfortunately I have no time to enhance this project.

There are not that much options:

On 05 Feb 2015, at 20:04, ghostofcain notifications@github.com wrote:

Hi,

I was trying to do an insert with the "If Not Exists" flag (to prevent a race condition in one of my inserts) but received this exception:

Conditional updates are not supported by the protocol version in use. You need to upgrade to a driver using the native protocol v2.

I was wondering if there were any plans to upgrade the code to do this?

Many thanks in advance.

— Reply to this email directly or view it on GitHub.

pchalamet commented 6 years ago

V4 is available. Not released as nuget as of now.