Hello, it seems like Kafka [uses a Java byte array to represent header values](https://cwiki.apache.org/confluence/display/KAFKA/KIP-82+-+Add+Record+Headers). Java bytes are represented as a signed 8 bit integer but the Rust `KafkaRecord` implies that the bytes are u8.