risingwave_pb::stream_plan

Type Alias PbSubscriptionUpstreamInfo

source
pub type PbSubscriptionUpstreamInfo = SubscriptionUpstreamInfo;
Expand description

Aliased Type§

struct PbSubscriptionUpstreamInfo {
    pub subscriber_id: u32,
    pub upstream_mv_table_id: u32,
}

Fields§

§subscriber_id: u32

can either be subscription_id or table_id of creating TableFragments

§upstream_mv_table_id: u32