krishvishal opened a new pull request, #3049:
URL: https://github.com/apache/iggy/pull/3049

     ## Summary
   
   - Replace shared `MemBus` FIFO queue with per-replica `SimOutbox` instances 
that stage outbound messages locally
   - Wire `PacketSimulator`-backed `Network` into the simulator tick loop for 
delivery with configurable delay, loss, and partitioning
   - Add `replica_crash()` which disables network links, discards outbox, 
tracks crashed nodes via `HashSet<u8>`
   
   Implements the outbox-only architecture from #3017. `replica_restart` is 
defered since it requires consensus durability support that does not yet exist.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to