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 15:09:14 UTC

[GitHub] [ignite-extensions] nizhikov commented on a diff in pull request #199: IGNITE-18209 Reduce binary metadata synchronization time for CDC thro…

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


##########
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:
   Changes unrelated. Please, revert.



-- 
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