Skip to content

Commit

Permalink
Merge pull request #2947 from codingjaguar/patch-7
Browse files Browse the repository at this point in the history
Update time_sync.md
  • Loading branch information
AnthonyTsu1984 authored Dec 30, 2024
2 parents 4e81146 + e8a7ecc commit 12df606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/reference/time_sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The following figure is an example of the `Msgstream` with a timetick inserted.

![timetick](../../../assets/timetick.png "Msgstream with a timetick inserted.")

`MsgStream` processes the messages in batches according to the time tick to ensure that the output messages meet the requirements of timestamp.
`MsgStream` processes the messages in batches according to the time tick to ensure that the output messages meet the requirements of timestamp. In the above example, it will consume all records excepting `InsertMsgs` from `Proxy2` at `Timestamp: 120` as it's after the latest TimeTick.

## What's next
- Learn about the concept of [timestamp](timestamp.md).
Expand Down

0 comments on commit 12df606

Please sign in to comment.