GitHub user danny0405 added a comment to the discussion: what different effect between "changelog.enabled" and "cdc.enabled"?
if your upstream data source is a changelog(for e.g, binlog from MySQL), changelog mode is suggested, and the output for streaming read of the Hudi table would be always a changelog. Otherwise use cdc mode, when `cdc.enabled` is true, the streaming read will switch to read the changelogs(generated by Hudi). GitHub link: https://github.com/apache/hudi/discussions/17986#discussioncomment-15576649 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
