-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I see 2 mismatches in the specification:
Record Batch 2 > Record 2 > Value
Record Batch 2 > Record 3 > Value
Looks like
binspec/binspec-visualizer/app/data/formats/kafka-cluster-metadata.yml
Lines 1024 to 1026 in abb166a
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`. |
binspec/binspec-visualizer/app/data/formats/kafka-cluster-metadata.yml
Lines 856 to 858 in abb166a
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`. |
harveysanders
Metadata
Metadata
Assignees
Labels
No labels