[Docs] Update mysql-to-doris.md, add scan.startup.mode config to make demo run more smoothly
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.
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?
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~
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.
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.