使用 FlinkCDC 整库同步的问题
#23926
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
请教一下两个问题:
使用整库同步的 CDCTools 去提交的 Flink job,是应该用 Application Mode 的方式启动是不是更好一点?之前使用 Session Mode 的时候遇到过 taskManager heap memory out,导致 taskManager 挂掉,所有 job 都受到了影响。如何评估如需给 taskManager 和 jobManager 分配多大的内存呢?毕竟库比较多,每个 Job 都以 Application Mode 的方式启动的话,会占用不少内存。
这些 Flink Job 应该定期 savepoint 吗?因为挂掉重启,重新全量同步的话会花费不少时间的,这方面有什么最佳实践吗?
Beta Was this translation helpful? Give feedback.
All reactions