Hi there,
I'm using ratis together with springboot, what I'm trying to implement is: * check the status of the raft cluster, ie. has the leader election already completed? This could be useful for checking the status of the server, more specificlly, in k8s liveness probe * apply additional operation when the status of raft cluster changed, for example, subscribe to a message queue when current node become the leader I couldn't found features like that, do someone has similar scenarios? Thanks, Riguz Lee
