nizhikov commented on code in PR #202:
URL: https://github.com/apache/ignite-extensions/pull/202#discussion_r1132078883
##########
modules/cdc-ext/src/main/java/org/apache/ignite/cdc/kafka/KafkaToIgniteMetadataUpdater.java:
##########
@@ -88,12 +95,25 @@ public KafkaToIgniteMetadataUpdater(
/** Polls all available records from metadata topic and applies it to
Ignite. */
public synchronized void updateMetadata() {
+ Map<TopicPartition, Long> endOffsets =
cnsmr.endOffsets(cnsmr.assignment(), Duration.ofMillis(kafkaReqTimeout));
Review Comment:
enfOffsets -> offsets0
--
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]