risingwave_pb::meta

Type Alias PbEventLog

source
pub type PbEventLog = EventLog;
Expand description

Alias for EventLog.

Aliased Type§

struct PbEventLog {
    pub unique_id: Option<String>,
    pub timestamp: Option<u64>,
    pub event: Option<Event>,
}

Fields§

§unique_id: Option<String>

Event logs identifier, which should be populated by event log service.

§timestamp: Option<u64>

Processing time, which should be populated by event log service.

§event: Option<Event>