liuxiao2shf commented on code in PR #3619:
URL: https://github.com/apache/flink-cdc/pull/3619#discussion_r1792986970


##########
flink-cdc-connect/flink-cdc-source-connectors/flink-cdc-base/src/main/java/org/apache/flink/cdc/connectors/base/source/reader/IncrementalSourceRecordEmitter.java:
##########
@@ -169,9 +172,14 @@ protected void reportMetrics(SourceRecord element) {
         }
     }
 
-    private static class OutputCollector<T> implements Collector<T> {
-        private SourceOutput<T> output;
-        private Long currentMessageTimestamp;
+    /**
+     * Collector for outputting records.
+     *
+     * @param <T>
+     */

Review Comment:
   Ok, it has been adjusted



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to