cmccabe commented on a change in pull request #9012: URL: https://github.com/apache/kafka/pull/9012#discussion_r453877852
########## File path: clients/src/main/java/org/apache/kafka/common/requests/AlterConfigsResponse.java ########## @@ -29,7 +29,7 @@ public class AlterConfigsResponse extends AbstractResponse { - private final AlterConfigsResponseData data; + public final AlterConfigsResponseData data; Review comment: Let's add an accessor here rather than making data fields public. ---------------------------------------------------------------- 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