Events
Concept
Events overview
How KMES works from a developer's seat — the single event path, per-CPU ring buffers, trusted metadata, and MessagePack payloads.
How-toEmitting events
Build a MessagePack payload and emit an event — singly, and in batches for high-rate producers.
How-toConsuming events
Drain the per-CPU KMES rings with the high-level reader, parse payloads, track lost events, and know when to drop to the low-level ring API.