Implement Phase 1 of KAT #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
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
StateStore
interface (RFC 5.1) with an etcd backend (internal/store/etcd.go
).kat-agent
(RFC 2.2, 5.2), configurable viacluster.kat
parameters.go.etcd.io/etcd/client/v3/concurrency
(RFC 5.3).kat-agent init
functionality:cluster.kat
.cluster.kat
) in etcd.kat-agent init --config cluster.kat
process starts, initializes etcd, and logs that it has become the leader.cluster.kat
can be verified in etcd using an etcd client.StateStore
interface methods (Put
,Get
,Delete
,List
) are testable against the embedded etcd.