lianetm commented on PR #15779:
URL: https://github.com/apache/kafka/pull/15779#issuecomment-2070678792

   Hey @m1a2st , the way to get the servers' addresses is 
`cluster.bootstrapServers()`, you got it right, but I see you're not inheriting 
from `ConsumerGroupCommandTest` anymore, so that removes the creation of the 
brokers to run the test against (that happens in the base setup 
[here](https://github.com/apache/kafka/blob/59c781415fc37c89aa087d7c2999cec7f82f6188/core/src/test/scala/unit/kafka/integration/KafkaServerTestHarness.scala#L121)).
 Could that be what you're missing? 


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