KishanFairmatic commented on issue #11268:
URL: https://github.com/apache/hudi/issues/11268#issuecomment-2145507599

   @danny0405 : In master i.e. HUDI version 1.0.0, there is a flag 
`--ignore-checkpoint`, which will do the same thing. We use version 0.13.0 for 
now, so would use this for now till 1.0.0 is stable and we are ready to 
upgrade. 
   
   But by default, when auto.offset.reset = group, and for the first attempt 
when there are no commits in kafka, it defaults to latest, which might mean 
loss of data. Either that should be earliest, or there should be an option to 
choose earliest to prevent missing any data. 


-- 
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]

Reply via email to