Re: Question regd CDC in cassandra 3.7+

2016-10-08 Thread Sridhar Nemani
Thanks for clarifying that. How can I use commitlogreader? Are there any examples for it? Does this mean I can only use through Java? -Sridhar > On Oct 8, 2016, at 3:17 AM, DuyHai Doan wrote: > > You need to use the CommitLogReader, there is no way to access CDC data > using CQL. I'm not even

Re: Question regd CDC in cassandra 3.7+

2016-10-08 Thread DuyHai Doan
You need to use the CommitLogReader, there is no way to access CDC data using CQL. I'm not even sure it will be possible one day On Fri, Oct 7, 2016 at 11:19 PM, sridhar nemani wrote: > Hi, > > > > I am fairly new to Cassandra. I have a requirement to be able to read any > changes to tables, as

Question regd CDC in cassandra 3.7+

2016-10-07 Thread sridhar nemani
Hi, I am fairly new to Cassandra. I have a requirement to be able to read any changes to tables, as in inserts deletes or updates from a given timestamp onwards. I believe the new implementation of CDC should help me with this. However, with CDC enabled, I want to know if there is yet a way to r