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 2020/03/06 14:17:07 UTC

[GitHub] [incubator-hudi] lamber-ken commented on issue #1377: [HUDI-663] Fix HoodieDeltaStreamer offset not handled correctly

lamber-ken commented on issue #1377: [HUDI-663] Fix HoodieDeltaStreamer offset not handled correctly
URL: https://github.com/apache/incubator-hudi/pull/1377#issuecomment-595787065
 
 
   > Thanks @lamber-ken for digging into this issue.
   > I am curious about how did you store the empty checkpoint in the metadata? Is that produced by the delta streamer?
   
   😄 thanks, you're welcome. There are two different cases will store the empty checkpoint.
   1. Create a kafka topic(don't produce any data to kafka) which means a topic with no messages, then start the delta streamer, hudi will store the empty checkpoint.
   
   2. Set `auto.offset.reset=latest` and use a new target-base-path. like #1375 says.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services