bestchinacoder commented on issue #4466:
URL: 
https://github.com/apache/incubator-seatunnel/issues/4466#issuecomment-1516937112

   > @zorrofox @EricJoy2048 Thank you for your answer,According to the prompt 
of the error log, Please implement the `SupportCoordinate` marker interface on 
the SeaTunnel source. Then I downloaded the source code, found the 
SeaTunnelSource interface through SeaTunnelFlink of the 
seatunnel-flink-15-starter module, implemented the SupportCoordinate interface 
according to the log information, 
![image](https://user-images.githubusercontent.com/77048661/229444982-55d3e380-46fb-44d8-bc7b-f43c4514e702.png)
 and compiled Packaging, just use the compiled flink engine to execute. Then it 
can be executed successfully, but I have a question 
![image](https://user-images.githubusercontent.com/77048661/229445695-e4d7a986-cf32-4c98-9654-d83e653833e7.png)
 There is a judgment here. It turned out that this interface was not 
implemented, and all of them would go else. Now that this interface is 
implemented, all of them will go above. 
![image](https://user-images.githubusercontent.com/77048661/229445862
 -2ce7f048-346a-4427-be1b-a1db68d04f06.png) 
![image](https://user-images.githubusercontent.com/77048661/229445923-dd9ed6b1-8498-4cff-8eba-a59e1c6bea2c.png)
 Is there any difference between these two? The judgment here is that the 
official has not yet made a fine-grained distinction?
   
   Your method does work, but it's not perfect. It can only fetch the data that 
is already in MySQL, the changed data cannot be synchronized.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to