pub fn streaming_config_from(app: &AppConfig) -> StreamingConfigExpand description
Convert an AppConfig reference to a StreamingConfig.
This is a free function because the orphan rule prevents impl From<&AppConfig> for StreamingConfig
when both types are defined in foreign crates.