KAFKA-9255: Add 'timestamp' field to 'message' entry (#7764)

Reviewers: Mickael Maison <mickael.maison@gmail.com>
This commit is contained in:
Fábio Silva 2019-12-02 11:39:28 -03:00 committed by Mickael Maison
parent 0b8ea7e162
commit a2aa0a458b
1 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@
MessageSet (Version: 1) => [offset message_size message]
offset => INT64
message_size => INT32
message => crc magic_byte attributes key value
message => crc magic_byte attributes timestamp key value
crc => INT32
magic_byte => INT8
attributes => INT8
@ -143,7 +143,7 @@
0: create time
1: log append time
bit 4~7: unused
timestamp =>INT64
timestamp => INT64
key => BYTES
value => BYTES
</pre></p>