risingwave_meta::controller::utils

Function find_stream_source

source
pub fn find_stream_source(stream_node: &PbStreamNode) -> Option<&StreamSource>
Expand description

Find the external stream source info inside the stream node, if any.