cshuo commented on issue #12738: URL: https://github.com/apache/hudi/issues/12738#issuecomment-2780167038
@nsivabalan For this issue, nothing has to be fixed from Hudi side. The root cause is the consuming offset for kafka source is not recovered as expected after job failover, which led to the unexpected record count in the downstream HUDI table. After changing the OffsetResetStrategy for kafka source, everything is functioning as expected. -- 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]
