flink-cdc icon indicating copy to clipboard operation
flink-cdc copied to clipboard

[Docs] Update mysql-to-doris.md, add scan.startup.mode config to make demo run more smoothly

Open maixiaohai opened this issue 1 year ago • 3 comments

When not set scan.startup.mode to earliest-offset, will use intial mode,the next part about incrementing data will not work. That's not very friendly to new starters.

maixiaohai avatar Jan 08 '25 09:01 maixiaohai

Thanks for your contribution @maixiaohai ! But the default initial mode will read snapshot data and then read incremental data(i.e. binlog data) automatically, Could you explain more why incremental reading will not work?

leonardBang avatar Jan 08 '25 12:01 leonardBang

Thanks for your contribution @maixiaohai ! But the default initial mode will read snapshot data and then read incremental data(i.e. binlog data) automatically, Could you explain more why incremental reading will not work?

ok. I didn't see error message in cdc task, and I followed the instruction to deploy env. So maybe I should check the source code. It will take some time, and I think this pr could be closed. Thanks for your quick reply~

maixiaohai avatar Jan 08 '25 14:01 maixiaohai

This pull request has been automatically marked as stale because it has not had recent activity for 120 days. It will be closed in 60 days if no further activity occurs.

github-actions[bot] avatar May 09 '25 00:05 github-actions[bot]

This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request.

github-actions[bot] avatar Jul 08 '25 00:07 github-actions[bot]