You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by "healchow (via GitHub)" <gi...@apache.org> on 2023/03/14 10:59:21 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #7606: [INLONG-7595][Sort] Mongo read phase metrics need to update when no incremental data

healchow commented on code in PR #7606:
URL: https://github.com/apache/inlong/pull/7606#discussion_r1135364558


##########
inlong-sort/sort-connectors/mongodb-cdc/src/main/java/org/apache/inlong/sort/cdc/mongodb/DebeziumSourceFunction.java:
##########
@@ -499,19 +502,38 @@ public void run(SourceContext<T> sourceContext) throws Exception {
                         sourceContext,
                         new DebeziumDeserializationSchema<T>() {
 
+                            /**
+                             * Deserialize the Debezium record, it is represented in Kafka {@link SourceRecord}.
+                             *
+                             * @param record

Review Comment:
   Please remove those blank tags.



-- 
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-unsubscribe@inlong.apache.org

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