KishanFairmatic opened a new pull request, #11383:
URL: https://github.com/apache/hudi/pull/11383

   ### Change Logs
   
   Deltastreamer changes to add support for reading kafka commit offsets from 
Kafka instead of Hoodie Commit Timeline.
   
   ### Impact
   
   The change will not have any impact unless the config flag 
`--disable-hoodie-commit-checkpoint` is added.
   
   ### Risk level (write none, low medium or high below)
   
   Low
   
   ### Documentation Update
   
   New config added : `--disable-hoodie-commit-checkpoint`.
   If this flag is provided, then the Deltastreamer will not read the start 
offset from the hoodie commit timeline and get it from the source (Kafka commit 
offset for example). This may not be used for DFS or sources where the source 
can not keep track of the consumer offset. With kafka source, this might need 
additional configuration 
`hoodie.deltastreamer.source.kafka.enable.commit.offset=true` and 
`auto.offset.reset=group` so that kafka is committed appropriately and offset 
is fetched from the kafka group.
   
   ### Contributor's checklist
   
   - [x] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [x] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


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