Narwhal 0.7 – Rust message broker on io_uring, now with FIFO channels(github.com)
github.com
Narwhal 0.7 – Rust message broker on io_uring, now with FIFO channels
https://github.com/ortuman/narwhal/releases/tag/narwhal-0.7.0
1 comments
0.7.0 adds FIFO channels with at-most-once delivery, alongside the existing fan-out broadcast channels. Each FIFO message is delivered to exactly one consumer, which maps naturally to work-queue style distribution: job queues, command pipelines, ordered task hand-off.