apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.79k stars 3.29k forks source link

flink doris connector 数据不能实时同步。 #5743

Closed yangmingjie2018 closed 3 years ago

yangmingjie2018 commented 3 years ago

image

yangmingjie2018 commented 3 years ago

补充: 在flink job运行的时候,mysql中的数据变化,不会同步到doris中; 在flink job进行取消后,mysql中的数据变化,才会同步到doris中。

猜想应该是取消的时候,同步的。

JNSimba commented 3 years ago

If you want to use real-time effects, you can set the sink.batch.size =1 ,default value is 100

yangmingjie2018 commented 3 years ago

多谢大神