How does Dgraph cluster determines which node is leader node?

How does Dgraph cluster determines which node is leader node? What leader node commands to all the nodes which are part of the cluster?

Kindly advise on this.

Dgraph use the Raft method to determine the leader node. The details could find in https://docs.dgraph.io/design-concepts/#raft

1 Like

Thank you Bcyyl :slight_smile: !!!..

Regards,
Vicky.P