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

feat: added support for message timestamp #915

Merged
merged 16 commits into from
Jul 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update generated documentation
Signed-off-by: Paolo Patierno <[email protected]>
Signed-off-by: Antonio Pedro <[email protected]>
  • Loading branch information
ppatierno authored and antonio-pedro99 committed Jul 22, 2024
commit d9b1ed17710170473af241c090ebe9e424702570
4 changes: 4 additions & 0 deletions documentation/book/api/definitions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ __optional__|<<_kafkaheaderlist,KafkaHeaderList>>
__optional__|integer (int64)
|**partition** +
__optional__|integer (int32)
|**timestamp** +
__optional__|integer (int64)
|**topic** +
__optional__|string
|===
Expand Down Expand Up @@ -222,6 +224,8 @@ __optional__|< <<_partition,Partition>> > array
__optional__|<<_kafkaheaderlist,KafkaHeaderList>>
|**partition** +
__optional__|integer (int32)
|**timestamp** +
__optional__|integer (int64)
|===


Expand Down