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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]