I have a column family in Cassandra in which one of the column name is status with value Y. This status has to be updated to a new value - X after 30 minutes if it wasn't updated to some other value say N within the 30 minutes.
Basically, I want to mark the column to Expired - X if there wasn't any update within the specified time interval.
Also, once this is expired, it needs to trigger off an event to notify another system(API) saying that it was expired.