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
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
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