Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWithNoQuorumRead ¶ added in v1.5.0
NewWithNoQuorumRead returns etcd3 implementation of storage.Interface where Get operations don't require quorum read.
func StartCompactor ¶
StartCompactor starts a compactor in the background to compact old version of keys that's not needed. By default, we save the most recent 10 minutes data and compact versions > 10minutes ago. It should be enough for slow watchers and to tolerate burst. TODO: We might keep a longer history (12h) in the future once storage API can take advantage of past version of keys.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.