I have deployed 3 schema registry pods on a k8s cluster. I am trying to find which schema registry pod is currently acting as a master.
I have figured it out one way to find master through schema registry logs. Here I have to check all pods logs manually.
Is there any command or configuration file in schema-registry to get the current master?