Re: Implementing a driver for cassandra native protocol v2

2013-10-29 Thread Jeremy Hanna
Also, you might see if you could join efforts with Aleksey on https://github.com/iamaleksey/seestar as well :) Or at least exchange ideas. On 28 Oct 2013, at 14:17, Sylvain Lebresne sylv...@datastax.com wrote: On Sat, Oct 26, 2013 at 8:07 PM, Mathieu D'Amours math...@damours.orgwrote:

Re: Authentication in cassandra binary protocol v2

2013-10-29 Thread Sylvain Lebresne
Only AUTH_SUCCESS will be sent on correct authentication. The fact READY mention CREDENTIALS is indeed a left-over of the v1 doc. I'll fix the spec ant try to clarify this a bit somehow. -- Sylvain On Mon, Oct 28, 2013 at 8:06 PM, Mathieu D'Amours math...@damours.orgwrote: I think figured it

Expiring Columns Callback

2013-10-29 Thread Gregory Cooper
Hi all, We have a need to be able to notify downstream systems when certain columns have expired. Given the way Cassandra does distributed deletes and tombstones it seems like compaction time is only time that this is fairly predictable but the notifications will 'lag' a bit from when the columns