Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance the example which showcases the snapshot maintenance operatio…
…n. (#83) * Snapshot hash is sent after the first occurance of `r.remaining_bytes() == 0`. See etcd-io/etcd#11896 for more information. * If the snapshot operation is performed as shown in the example previously, restarting the etcd on the stored data from this won't succeed unless etcd is started with `--skip-hash-check=true`. This isn't necessary anymore since the final `msg.message().await` fetches the snapshot hash information.
- Loading branch information