Skip to main content

write_compact_nullable_string

Function write_compact_nullable_string 

Source
pub fn write_compact_nullable_string(
    buf: &mut BytesMut,
    value: Option<&KafkaString>,
) -> Result<()>
Expand description

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