mirror of https://github.com/apache/kafka.git
MINOR: Fix timestampDelta type in doc (#8870)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
42ce00fdd6
commit
94ccd4d25e
|
@ -85,7 +85,7 @@
|
||||||
length: varint
|
length: varint
|
||||||
attributes: int8
|
attributes: int8
|
||||||
bit 0~7: unused
|
bit 0~7: unused
|
||||||
timestampDelta: varint
|
timestampDelta: varlong
|
||||||
offsetDelta: varint
|
offsetDelta: varint
|
||||||
keyLength: varint
|
keyLength: varint
|
||||||
key: byte[]
|
key: byte[]
|
||||||
|
|
Loading…
Reference in New Issue