Stream offset without offset tracking #11850
-
In docs, Offset tracking information may affect offset. In docs, Message offsets may not be contiguous. However, If I don't use offset tracking, will the offset increase by 1 continuously? |
Beta Was this translation helpful? Give feedback.
Answered by
acogoluegnes
Jul 29, 2024
Replies: 1 comment
-
Message deduplication also affects offset contiguity. Message offsets should be contiguous if neither message deduplication nor offset tracking is used (I don't see other cases off the top of my head). It is unlikely to change soon but we cannot guarantee it will always be like this. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
michaelklishin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Message deduplication also affects offset contiguity.
Message offsets should be contiguous if neither message deduplication nor offset tracking is used (I don't see other cases off the top of my head). It is unlikely to change soon but we cannot guarantee it will always be like this.