I am using cassandra-driver module in node.js. My usecase is that I have emit notification in the UI saying "DB is in down state" when Cassandra node goes down due to some reason.
Basically, I should be able to capture the information as soon as the casssandra goes down using cassandra-driver in node.js
Any help is appreciated .