Hi Guys,
We are trying to process zeebe commands from spring java with ZeebeClientLifecycle client and i want to check the health of the zeebe cluster before i submit the command to zeebe.
At present i can see ZeebeClientLifecycle client having isRunning() method which will not given real cluster health.
Can someone help me to identify the way to handle the same.
Is there any listener or ping request i can send to cluster? ,my goal basically is that don’t want to initiate any commands if the health of the cluster is not fine.