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


##########
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:
   Good point! I reverted these changes.



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

Reply via email to