Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inaccurate Partition ID Descriptions #16

Open
Spiderpig86 opened this issue Oct 11, 2024 · 0 comments
Open

Inaccurate Partition ID Descriptions #16

Spiderpig86 opened this issue Oct 11, 2024 · 0 comments

Comments

@Spiderpig86
Copy link

Spiderpig86 commented Oct 11, 2024

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`.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant