cmccabe commented on code in PR #16626:
URL: https://github.com/apache/kafka/pull/16626#discussion_r1684612120
##########
raft/src/main/java/org/apache/kafka/raft/Endpoints.java:
##########
@@ -101,6 +102,21 @@ public
BeginQuorumEpochRequestData.LeaderEndpointCollection toBeginQuorumEpochRe
return leaderEndpoints;
}
+ public AddRaftVoterRequestData.ListenerCollection toAddVoterRequest() {
Review Comment:
It would be nice to have a unit test for these to / from methods.
--
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]