edoardocomar commented on code in PR #20057:
URL: https://github.com/apache/kafka/pull/20057#discussion_r2645345012
##########
test-common/test-common-runtime/src/main/java/org/apache/kafka/common/test/junit/RaftClusterInvocationContext.java:
##########
@@ -145,6 +145,11 @@ public String bootstrapServers() {
return clusterTestKit.bootstrapServers();
}
+ @Override
+ public String bootstrapServers(ListenerName listenerName) {
Review Comment:
Thank you - I clarified this is for the default listenername
##########
test-common/test-common-runtime/src/main/java/org/apache/kafka/common/test/junit/RaftClusterInvocationContext.java:
##########
@@ -145,6 +145,11 @@ public String bootstrapServers() {
return clusterTestKit.bootstrapServers();
}
+ @Override
+ public String bootstrapServers(ListenerName listenerName) {
Review Comment:
Thank you - I clarified this is for the default listenername
--
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]