Re: Cassandra event notification on INSERT/DELETE of records
s like you're trying to build a queue in Cassandra, which is one >> of the classic anti-pattern use cases for Cassandra. >> >> You may be able to do something clever with triggers, but I highly >> recommend you look at purpose-built queuing software such as Kafka to solve &
Cassandra event notification on INSERT/DELETE of records
for schema changes). As I understand, polling the database periodically or database triggers might work but they are costly operations. -- Aaditya Vadnere