Hangleton commented on code in PR #13240: URL: https://github.com/apache/kafka/pull/13240#discussion_r1129283573
########## clients/src/main/java/org/apache/kafka/common/requests/OffsetCommitRequest.java: ########## @@ -49,7 +46,14 @@ public static class Builder extends AbstractRequest.Builder<OffsetCommitRequest> private final OffsetCommitRequestData data; public Builder(OffsetCommitRequestData data) { Review Comment: It was only used in tests, so best to have it removed. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org