e2d icon indicating copy to clipboard operation
e2d copied to clipboard

gossip-based etcd manager

Results 6 e2d issues
Sort by recently updated
recently updated
newest added

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`....

enhancement
e2db
wip

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...

enhancement

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...

enhancement
e2db