healthz

abstract suspend fun healthz(): Boolean

Kubernetes-style health probe: true when the node is healthy. Returns false (rather than throwing) when the server responds not-healthy; still throws KdrantException.Transport if the server can't be reached at all.