liuxiao2shf commented on code in PR #3619:
URL: https://github.com/apache/flink-cdc/pull/3619#discussion_r1792988134
##########
flink-cdc-connect/flink-cdc-source-connectors/flink-cdc-base/src/main/java/org/apache/flink/cdc/connectors/base/source/metrics/SourceReaderMetrics.java:
##########
@@ -39,14 +80,23 @@ public class SourceReaderMetrics {
/** The total number of record that failed to consume, process or emit. */
private final Counter numRecordsInErrorsCounter;
+ private volatile long lastReceivedEventTime = UNDEFINED;
+ private volatile long currentReadTimestampMs = UNDEFINED;
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]