KishanFairmatic opened a new issue, #11268: URL: https://github.com/apache/hudi/issues/11268
Our requirement is actually this: Supporting multiple deltastreamers writing to a single hudi table [https://github.com/apache/hudi/issues/6718](https://github.com/apache/hudi/issues/6718) [HUDI-5077](https://issues.apache.org/jira/browse/HUDI-5077) We reviewed the deltastreamer code and noticed that the deltastreamer can read commits from Kafka consumer groups if it doesn't find the last checkpoint from Hoodie. We're considering modifying the code to always read commits from Kafka, based on a new flag, by making changes in the Hudi deltastreamer. Do you foresee any nuances or issues with this approach? **Environment Description** * Hudi version : 0.13.0 * Spark version : 3.3.2 * Storage (HDFS/S3/GCS..) : S3 * Running on Docker? (yes/no) : no -- 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]
