Skip to content

Version 0.2

Compare
Choose a tag to compare
@bbengfort bbengfort released this 02 Aug 18:55
· 24 commits to main since this release
a7b2fa9

Enhanced the RPC to implement Bidirectional Streaming for the AppendEntries RPC - this dramatically increases the possible throughput and decreases the throughput variability. This is primarily because each append entries request does not require the transmission of HTTP metadata and status codes between each message. Secondarily, this is because the bidirectional stream guarantees the ordering of messages from the leader to the follower.