matrixcube icon indicating copy to clipboard operation
matrixcube copied to clipboard

Add the ability to reorder messages sent between two nodes

Open lni opened this issue 4 years ago • 1 comments

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.

lni avatar Jan 14 '22 06:01 lni

Both this issue and #665 can be resolved by exposing a config for wrapping transport.Trans instances.

reusee avatar Jan 14 '22 08:01 reusee