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 read the data inserts,updates or deletes to a table through CQL. I do see implementations of CommitLogReader. But, I want to know if it is possible to read the changes using CQL. If yes, how? Please advise. Thank you, Sridhar