shangxinli opened a new pull request, #18394: URL: https://github.com/apache/hudi/pull/18394
## Problem PR #18127 introduced Kafka offset checkpoint tracking functionality that uses internal Uber services (Athena/Muttley). This created confusion about whether these components are required for Apache Hudi users. ## Solution Add a README.md file in the `muttley` package clearly documenting that: - These components integrate with internal Uber services - The package is **optional** for Apache Hudi users - The checkpoint validation feature requires Uber infrastructure ## Changes - Added `hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/muttley/README.md` (19 lines) This simple documentation clarifies the optional nature of these components without requiring code refactoring. Related to #18127 -- 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]
