Carl-Zhou-CN commented on code in PR #6746:
URL: https://github.com/apache/seatunnel/pull/6746#discussion_r1578692386


##########
seatunnel-connectors-v2/connector-cdc/connector-cdc-base/src/main/java/org/apache/seatunnel/connectors/cdc/base/source/IncrementalSource.java:
##########
@@ -79,7 +78,7 @@
 
 @NoArgsConstructor
 public abstract class IncrementalSource<T, C extends SourceConfig>
-        implements SeaTunnelSource<T, SourceSplitBase, PendingSplitsState>, 
SupportCoordinate {

Review Comment:
   @TyrantLucifer  I believe that most data sources do not have the capability 
to make changes. appendStream is more suitable for them. SupportCoordinate can 
better distinguish this type of behavior.



-- 
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