pub fn read_compact_nullable_string(
buf: &mut Bytes,
) -> Result<Option<KafkaString>>Expand description
Read a nullable compact Kafka string (unsigned varint, 0 = null).
pub fn read_compact_nullable_string(
buf: &mut Bytes,
) -> Result<Option<KafkaString>>Read a nullable compact Kafka string (unsigned varint, 0 = null).