risingwave_common::system_param

Function system_params_to_kv

source
pub fn system_params_to_kv(
    params: &PbSystemParams,
) -> Result<Vec<(String, String)>, SystemParamsError>
Expand description

The returned map only contains undeprecated fields. Return error if there are missing fields.