Hisoka-X commented on code in PR #7703:
URL: https://github.com/apache/seatunnel/pull/7703#discussion_r1777906897
##########
seatunnel-connectors-v2/connector-http/connector-http-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/http/source/HttpSourceReader.java:
##########
@@ -153,6 +153,11 @@ private void updateRequestParam(PageInfo pageInfo) {
.put(pageInfo.getPageField(),
pageInfo.getPageIndex().toString());
}
+ @Override
+ public void pollNext(Collector<SeaTunnelRow> output) throws Exception {
+ internalPollNext(output);
Review Comment:
we should lock it to make sure checkpoint not trigger before split read
finished.
--
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]