Implement Phase 1 of KAT #1
Reference in New Issue
Block a user
Delete Branch "phase1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Phase 1: State Management & Leader Election
StateStoreinterface (RFC 5.1) with an etcd backend (internal/store/etcd.go).kat-agent(RFC 2.2, 5.2), configurable viacluster.katparameters.go.etcd.io/etcd/client/v3/concurrency(RFC 5.3).kat-agent initfunctionality:cluster.kat.cluster.kat) in etcd.kat-agent init --config cluster.katprocess starts, initializes etcd, and logs that it has become the leader.cluster.katcan be verified in etcd using an etcd client.StateStoreinterface methods (Put,Get,Delete,List) are testable against the embedded etcd.