e2d
e2d copied to clipboard
gossip-based etcd manager
This fixes #11 and will add the ability to specify versions for schema (per-object) via the struct field tags. The default version when no version is specified is currently `0`....
There are etcd settings that should be provided as tunables in the case they are required. The biggest one in particular is `QuoteBackendBytes` which ends up allowing the user to...
The latency for proposals to be accepted in the raft log increases as more members participate in the cluster. Currently, e2d allows for cluster sizes of 1, 3, or 5...
There should be a way to version defined schema. This will be important to allow for writing automated migration scripts. This could be something added to the primary key of...