Amar1404 commented on issue #11051: URL: https://github.com/apache/hudi/issues/11051#issuecomment-2066436408
Hi @mattssll - The hudiDeltaStream use the concept of checkpoint here instead of consumer group. Here in hoodie commit file it will store the last offset from each partiion it is read upto. Something like topic.0:26228942,1:26231665,2:26218546,3:26229200,4:26220648,5:26226357 So when you read again the Kafka read after these offset from the parition and match it with existing partition -- 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]
