ahuang98 commented on code in PR #16637:
URL: https://github.com/apache/kafka/pull/16637#discussion_r1690213666


##########
raft/src/main/java/org/apache/kafka/raft/Endpoints.java:
##########
@@ -108,12 +109,25 @@ public AddRaftVoterRequestData.ListenerCollection 
toAddVoterRequest() {
         for (Map.Entry<ListenerName, InetSocketAddress> entry : 
endpoints.entrySet()) {
             listeners.add(
                 new AddRaftVoterRequestData.Listener()
-                    .setName(entry.getKey().value())
+                   .setName(entry.getKey().value())

Review Comment:
   thanks, wonky settings from my new laptop



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