Closed yangmingjie2018 closed 3 years ago
补充: 在flink job运行的时候,mysql中的数据变化,不会同步到doris中; 在flink job进行取消后,mysql中的数据变化,才会同步到doris中。
猜想应该是取消的时候,同步的。
If you want to use real-time effects, you can set the sink.batch.size =1 ,default value is 100
多谢大神