01
Core flow
- subscribe a client to a named stream;
- publish an event with a monotonically increasing sequence;
- reject duplicates/out-of-order events;
- flag sequence gaps;
- request bounded replay;
- retain only a bounded in-memory window;
- report buffer depth, dropped events, gaps, and last sequence.



