cmccabe commented on code in PR #12961:
URL: https://github.com/apache/kafka/pull/12961#discussion_r1046447181


##########
clients/src/main/java/org/apache/kafka/common/requests/UpdateMetadataRequest.java:
##########
@@ -51,7 +51,16 @@ public static class Builder extends 
AbstractControlRequest.Builder<UpdateMetadat
         public Builder(short version, int controllerId, int controllerEpoch, 
long brokerEpoch,
                        List<UpdateMetadataPartitionState> partitionStates, 
List<UpdateMetadataBroker> liveBrokers,
                        Map<String, Uuid> topicIds) {
-            super(ApiKeys.UPDATE_METADATA, version, controllerId, 
controllerEpoch, brokerEpoch);
+            super(ApiKeys.UPDATE_METADATA, version, controllerId, 
controllerEpoch, brokerEpoch, false);

Review Comment:
   same, define this in terms of the other ctor



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

Reply via email to