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 20:33:03 UTC

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

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


##########
modules/cdc-ext/src/test/java/org/apache/ignite/cdc/kafka/CdcKafkaReplicationTest.java:
##########
@@ -72,8 +72,8 @@ public class CdcKafkaReplicationTest extends AbstractReplicationTest {
 
         KAFKA.createTopic(SRC_DEST_TOPIC, DFLT_PARTS, 1);
         KAFKA.createTopic(DEST_SRC_TOPIC, DFLT_PARTS, 1);
-        KAFKA.createTopic(SRC_DEST_META_TOPIC, 1, 1);
-        KAFKA.createTopic(DEST_SRC_META_TOPIC, 1, 1);
+        KAFKA.createTopic(SRC_DEST_META_TOPIC, DFLT_PARTS, 1);

Review Comment:
   Please, revert these two lines also.
   As metadata topic must have only 1 partition. 



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