You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by Sreenivasulu Nallapati <sr...@gmail.com> on 2019/02/11 00:00:31 UTC

Capturing all events from a given timestamp

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

Re: Capturing all events from a given timestamp

Posted by Rahul Singh <ra...@gmail.com>.
If you streamed CDC into Cassandra via something like Kafka Connect, then yes.
On Feb 10, 2019, 7:00 PM -0500, Sreenivasulu Nallapati <sr...@gmail.com>, 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