nizhikov commented on code in PR #14471:
URL: https://github.com/apache/kafka/pull/14471#discussion_r1530708691


##########
core/src/test/scala/unit/kafka/utils/TestUtils.scala:
##########
@@ -664,7 +664,7 @@ object TestUtils extends Logging {
    * until the leader is elected and metadata is propagated to all brokers. If 
it does, the method verifies that it has
    * the expected number of partition and replication factor however it does 
not guarantee that the topic is empty.
    */
-  def createOffsetsTopic(zkClient: KafkaZkClient, servers: Seq[KafkaBroker]): 
Unit = {
+  def createOffsetsTopic[B <: KafkaBroker](zkClient: KafkaZkClient, servers: 
Seq[B]): Unit = {

Review Comment:
   There was compilation error earlier.
   Looks like now it's gone.
   Change reverted.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to