lizhimins commented on code in PR #126: URL: https://github.com/apache/rocketmq-flink/pull/126#discussion_r1911925144
########## src/main/java/org/apache/flink/connector/rocketmq/source/reader/RocketMQSplitReader.java: ########## @@ -129,6 +155,11 @@ public RecordsWithSplitIds<MessageView> fetch() throws IOException { } catch (Exception e) { LOG.error("Reader fetch split error", e); } + + // check + SourceCheckEvent sourceCheckEvent = new SourceCheckEvent(); + sourceCheckEvent.setAssignedMq(currentOffsetTable.keySet()); + sourceReaderContext.sendSourceEventToCoordinator(sourceCheckEvent); Review Comment: send event to coordinator too frequency -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org