wangxianghu edited a comment on pull request #3175: URL: https://github.com/apache/hudi/pull/3175#issuecomment-870356917
> > currently, our org.apache.hudi.utilities.sources.helpers.KafkaOffsetGen.KafkaResetOffsetStrategies is not the same as kafka, is it possible make them the same ? > > did not get you ? we have LATEST, EARLIEST and NONE which is same as Kafka auto reset config hudi‘s `LATEST` means the end offsets for given partitions, no matter what the current offset is, while kafka's LATEST` will consumer from the last commit first. if there is no init offset it is the same as hudi's, right? -- 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]
