abbccdda commented on a change in pull request #9103:
URL: https://github.com/apache/kafka/pull/9103#discussion_r476860796



##########
File path: 
clients/src/main/java/org/apache/kafka/common/requests/AlterConfigsRequest.java
##########
@@ -87,6 +87,16 @@ public Builder(Map<ConfigResource, Config> configs, boolean 
validateOnly) {
         public AlterConfigsRequest build(short version) {
             return new AlterConfigsRequest(data, version);
         }
+

Review comment:
       The purpose is for the mock tests to compare the expected builder in 
`KafkaApisTest`




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to