eBay / NuRaft

C++ implementation of Raft core logic as a replication library
Apache License 2.0
1.02k stars 240 forks source link

Add stream functional test and fix bugs #532

Closed ZZhongge closed 2 months ago

ZZhongge commented 2 months ago
  1. add four test for stream function
  2. fix throttling, lock, runtime change, and enable stream
greensky00 commented 2 months ago

Please make a fix on peer (regarding the edge case that connection becomes new one) in a separate PR.