leader-election
hndev2404/leader-election
Go
This project implements Leader Election to ensure only one worker is the leader and handles tasks from the message queue. The leader election is managed using etcd, and tasks are processed by workers that listen to messages from Kafka.