Carl-Zhou-CN commented on code in PR #6526:
URL: https://github.com/apache/seatunnel/pull/6526#discussion_r1582503198
##########
seatunnel-connectors-v2/connector-common/src/main/java/org/apache/seatunnel/connectors/seatunnel/common/source/reader/SourceReaderBase.java:
##########
@@ -146,9 +147,15 @@ public void handleSourceEvent(SourceEvent sourceEvent) {
log.info("Received unhandled source event: {}", sourceEvent);
}
+ protected boolean isNoMoreElement() {
Review Comment:
Should we limit the scope of this feature to within the CDC?
--
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]