Skip to content

Inaccurate Partition ID Descriptions #16

@Spiderpig86

Description

@Spiderpig86

I see 2 mismatches in the specification:

Record Batch 2 > Record 2 > Value
image

Record Batch 2 > Record 3 > Value
image

Looks like

Partition ID is a 4-byte big-endian integer indicating the ID of the partition.
In this case, the value is `0x00000000`, which is `0` in decimal. Indicating that this Partition record is for partition `0`.
is swapped with
Partition ID is a 4-byte big-endian integer indicating the ID of the partition.
In this case, the value is `0x01`, which is `1` in decimal. Indicating that this Partition record is for partition `1`.

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