Open millerjp opened 2 years ago
Hi, sorry for the late response. Will send you example later this week.
@millerjp it would be great if you can send a PR with a "cassandra health indicator".
Before you begin, you need to decide:
For example, Spring's CassandraHealthIndicator:
UP
if the state of at least one node in the cql-session is UP
In Pyctuator, health indicators extend HealthProvider
and are registered with Pyctuator as demonstrated in advanced_example_app.py.
Two important notes:
Hi - it would be helpful to a project I am on to support Apache Cassandra. If someone could give me an overview or some documentation on how this might be best implemented I would be happy to develop it.
Thanks.