[][src]Function schema_registry_converter::schema_registry::get_schema_by_id

pub fn get_schema_by_id(
    id: u32,
    schema_registry_url: &str
) -> Result<Schema, SRCError>

Gets a schema by an id. This is used to get the correct schema te deserialize bytes, when the id is encoded in the bytes.