risingwave_meta::manager::event_log

Type Alias ChannelId

source
type ChannelId = u32;
Expand description

Channel determines expiration strategy.

Currently all channels apply the same one strategy: keep latest N events.

Currently each event type has its own channel.