We use CDC for our Cassandra DB. Our data in tables changes by upsert(update/insert) operations and TTLs expiring. Upsert operations are written to CDC logs, but TTLs expiring are not. I hoped, TTLs will look like delete operations in CDC Log.
Can anybody say, does db Cassandra write info about ttl expire in CDC logs?
Thanks a lot!