Also paxos assume storage is reliable and no dataloss is possible, in cassandra a machine could accept a proposal then crash and rejoin the ring with an empty state. This would break the paxos quorum requirement.
When the cassandra module is activated a CassandraHealthIndicator isactivated resulting in the /health endpoint and CurrentHealthStatus interface resolving the health of the Cassandra cluster. The details show session status for each configured CqlSession bean.
The equivalent bean created for micronaut is mapped under the cassandra... fields provided in your application.conf, but the bean will fallback on the datastax-java-driver.\* values if they are present.
760c119bf3