Jakub Coufal
Jakub Coufal
Prototype UDP based transport #90
This is based off work of @tylerwilliams in https://github.com/lni/dragonboat/pull/339 as I am eagerly waiting for this to be merged, I took the liberty to rebase the PR and open it...
* Removed NALookup * NALookup provide questionable perf benefits while adding complexity * Perf benefit could be achieved by simply passing []byte to the regular Lookup method * Removed IHash...
## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested?
**Describe the bug** Certain tests in the replication and storage package could take a different route in the code depending on a timing of the test. **To Reproduce** * Run...
Document Regatta API usage with code examples in at least Go and Java.
Problem: Snapshotting is a resource-intensive operation on the Leader cluster which in extreme could take the server down. Proposal: - Cache snapshots created by replication API. - Snapshots should not...
## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested?