edoardocomar commented on code in PR #20057:
URL: https://github.com/apache/kafka/pull/20057#discussion_r2645353432
##########
test-common/test-common-runtime/src/main/java/org/apache/kafka/common/test/ClusterInstance.java:
##########
@@ -121,9 +121,17 @@ default Set<Integer> brokerIds() {
/**
* The broker connect string which can be used by clients for bootstrapping
+ * using the broker listenerName
*/
String bootstrapServers();
+ /**
+ * The broker connect string which can be used by clients for bootstrapping
+ * using an alternate listener
+ * @throws org.apache.kafka.common.KafkaException if listenerName is not
defined
Review Comment:
I meant if the broker does not have a listener for that name.
clarified in the commnet, thank you
--
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]