pub const EVENT_CHANNEL: &str = "gwk_event";Expand description
The wake-up channel. Carries the new watermark, but only as a hint: a consumer that never receives a single notification still recovers the whole suffix from its durable cursor, which is what makes this channel droppable.