Netflix / astyanax

Cassandra Java Client
Apache License 2.0
1.04k stars 355 forks source link

Server-side timestamp support? #590

Open donaldquixote opened 8 years ago

donaldquixote commented 8 years ago

From Astyanax doc:

Each mutation has a client supplied timestamp (Cassandra assumes all client clocks are synced).

The Datastax CQL java driver supports server-side timestamps. Does/will the beta Astyanax on top of CQL driver support it? What about latest thrift-based Astyanax?

Thanks.