tledkov commented on code in PR #251: URL: https://github.com/apache/ignite-extensions/pull/251#discussion_r1450085781
########## modules/kafka-ext/src/test/java/org/apache/ignite/stream/kafka/TestKafkaBroker.java: ########## @@ -70,8 +70,8 @@ public class TestKafkaBroker { /** ZooKeeper. */ private TestingServer zkServer; - /** Kafka Zookeeper utils. */ - private ZkUtils zkUtils; + /** Kafka Admin Client. */ + AdminClient admin; Review Comment: Why packag-private access? Looks like it may be private -- 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-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org