matrixcube
matrixcube copied to clipboard
Add the ability to reorder messages sent between two nodes
The chaos testing framework requires the ability to reorder messages sent between two nodes. Add interface to allow custom code to implement such reordering. The chaos testing framework will access such feature from outside of the raftstore package.
Both this issue and #665 can be resolved by exposing a config for wrapping transport.Trans instances.