Skip to content

Commit

Permalink
Update time_sync.md
Browse files Browse the repository at this point in the history
To make the conclusion from the example more specific.
  • Loading branch information
codingjaguar authored Dec 25, 2024
1 parent 9ae8509 commit e8a7ecc
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 e8a7ecc

Please sign in to comment.