简体   繁体   中英

PubSub or event catching for Cassandra events in nodejs

Is there a PUB-SUB feature for Cassandra using nodejs?

I have a table TableA with TTL value , If any row in the table got evicted Is there a way to catch the events in nodejs?

There is no such thing...

On server side you can either get changes with CDC, or via triggers (although their use is discouraged). And I'm not really sure that both of these methods will capture expiration via TTL...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM