cdc2.0.0版本依然报权限不足问题 #408
-
背景:cdc1.x需要reload权限,升级到了2.0.0 pom依赖如下 测试case如下 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
不科学,,,,, |
Beta Was this translation helpful? Give feedback.
-
MySqlSource 是 1.x 的 DataStream API,是需要锁的。 |
Beta Was this translation helpful? Give feedback.
MySqlSource 是 1.x 的 DataStream API,是需要锁的。
2.0 提供的无锁能力是通过SQL提供,DataStream API还未开放,如果感兴趣可以研究下 MySqlParallelSource 代码,这是2.0的 DataStream API。计划在 2.1 开放出来