Skip to content

KafkaRecord implies that headers are a Vec<u8> but headers can be i8 #688

@FalkWoldmann

Description

@FalkWoldmann

Hello,

it seems like Kafka uses a Java byte array to represent header values. Java bytes are represented as a signed 8 bit integer but the Rust KafkaRecord implies that the bytes are u8.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions