hudi-bot opened a new issue, #14749:
URL: https://github.com/apache/hudi/issues/14749
Currently the {{HoodieSourceOffset(implement in }} HUDI-1109 just keep the
{{commitTime}} . In every min batch we consume the incremental data between
{{(lastCommitTime, currentCommitTime]}} If it failed during the consuming, It
will recovered from the offset state and continue to consuming the data between
{{(lastCommitTime, currentCommitTime]}}. It is a commit level recovery.
Introducing {{_hoodie_commit_seq_no}} to the {{offset}} may makes recovery
more fine-grained to the record level just like the kafka. It will provide
better real-time consumption.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-1601
- Type: Improvement
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]