You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2023/01/09 17:24:21 UTC

[GitHub] [ignite-extensions] shishkovilja commented on a diff in pull request #199: IGNITE-18209 Add check of a lag in a metadata topic

shishkovilja commented on code in PR #199:
URL: https://github.com/apache/ignite-extensions/pull/199#discussion_r1064890043


##########
modules/cdc-ext/src/main/java/org/apache/ignite/cdc/kafka/KafkaToIgniteMetadataUpdater.java:
##########
@@ -47,8 +52,8 @@ public class KafkaToIgniteMetadataUpdater implements AutoCloseable {
     /** Log. */
     private final IgniteLogger log;
 
-    /** The maximum time to complete Kafka related requests, in milliseconds. */
-    private final long kafkaReqTimeout;
+    /** The maximum duration to complete Kafka related requests. */
+    private final Duration reqTimeoutDuration;

Review Comment:
   I have reverted this. Thanks.



-- 
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: notifications-unsubscribe@ignite.apache.org

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