cmccabe commented on code in PR #14545:
URL: https://github.com/apache/kafka/pull/14545#discussion_r1366010087
##########
clients/src/main/java/org/apache/kafka/common/requests/LeaderAndIsrRequest.java:
##########
@@ -82,6 +108,10 @@ public LeaderAndIsrRequest build(short version) {
data.setIsKRaftController(kraftController);
}
+ if (version >= 5) {
Review Comment:
the field probably should have been ignorable. I guess we shouldn't change
it now, though.
--
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]