jolshan commented on code in PR #15373:
URL: https://github.com/apache/kafka/pull/15373#discussion_r1544929534
##########
metadata/src/test/java/org/apache/kafka/image/ClusterImageTest.java:
##########
@@ -88,7 +101,7 @@ public class ClusterImageTest {
setId(2).
setEpoch(123).
setIncarnationId(Uuid.fromString("hr4TVh3YQiu3p16Awkka6w")).
- setListeners(Arrays.asList(new Endpoint("PLAINTEXT",
SecurityProtocol.PLAINTEXT, "localhost", 9093))).
+ setListeners(Arrays.asList(new Endpoint("PLAINTEXT",
SecurityProtocol.PLAINTEXT, "localhost", 9094))).
Review Comment:
I just found this as well. I opened
https://issues.apache.org/jira/browse/KAFKA-16451 but will close as a duplicate
--
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]