Re: Capturing all events from a given timestamp

2019-02-21 Thread Rahul Singh
If you streamed CDC into Cassandra via something like Kafka Connect, then yes.
On Feb 10, 2019, 7:00 PM -0500, Sreenivasulu Nallapati 
, wrote:
> Hi,
>
> I have a requirement to be capture any changes to tables, inserts deletes
> or updates from a given timestamp.
> However, with CDC enabled, I want to know if there is yet a way to read the
> data inserts,updates or deletes to a table through CQL. I want to know if
> it is possible to read the changes using CQL. If yes, how?
>
>
> Please advise.
>
> Thanks.
> Sreeni


Capturing all events from a given timestamp

2019-02-10 Thread Sreenivasulu Nallapati
Hi,

 I have a requirement to be capture any changes to tables, inserts deletes
or updates from a given timestamp.
However, with CDC enabled, I want to know if there is yet a way to read the
data inserts,updates or deletes to a table through CQL. I want to know if
it is possible to read the changes using CQL. If yes, how?


Please advise.

Thanks.
Sreeni