Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 444 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 444 Bytes

ditm

Debugger in the Middle is my concept of using a proxy in a testing environment for distributed systems to help with debugging network partition related failures. The proof of concept in this repository is able to produce, record and replay arbitrary network partitions. In experiments, it reliably reproduced real-world-like bugs from systems like Redis that were reimplemented in a custom implementation of the Raft consensus protocol.