When start offset are serialized and deserialized, UserProvidedMessageId wrapper is dropped, which cause the first message to be skipped.
As we migrate to 3.4, we also want to add test coverage for available now trigger.
Modifications
Fix data loss of initial batch by wrapping it in UserProvidedMessageId when deserializing the offset.
Add available now trigger test.
Verifying this change
[ ] Make sure that the change passes the CI checks.
(Please pick either of the following options)
[ ] This change is a trivial rework / code cleanup without any test coverage.
[ ] This change is already covered by existing tests, such as:
[ ] This change added tests and can be verified as follows:
Motivation
When start offset are serialized and deserialized, UserProvidedMessageId wrapper is dropped, which cause the first message to be skipped. As we migrate to 3.4, we also want to add test coverage for available now trigger.
Modifications
Fix data loss of initial batch by wrapping it in UserProvidedMessageId when deserializing the offset. Add available now trigger test.
Verifying this change
(Please pick either of the following options)
[ ] This change is a trivial rework / code cleanup without any test coverage.
[ ] This change is already covered by existing tests, such as:
[ ] This change added tests and can be verified as follows:
Documentation
Check the box below.
Need to update docs?
doc-required
no-need-doc
doc