risingwave_common::system_param

Function system_params_from_kv

source
pub fn system_params_from_kv<K, V>(
    kvs: Vec<(K, V)>,
) -> Result<PbSystemParams, SystemParamsError>
where K: AsRef<[u8]> + Debug, V: AsRef<[u8]> + Debug,
Expand description

Try to deserialize deprecated fields as well. Return error if there are unrecognized fields.