Skip to main content

read_compact_nullable_string

Function read_compact_nullable_string 

Source
pub fn read_compact_nullable_string(
    buf: &mut Bytes,
) -> Result<Option<KafkaString>>
Expand description

Read a nullable compact Kafka string (unsigned varint, 0 = null).