You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/06/29 08:01:05 UTC

[GitHub] [hudi] wangxianghu edited a comment on pull request #3175: [HUDI-1944] Support Hudi to read from committed offset

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org