smjn commented on code in PR #18976: URL: https://github.com/apache/kafka/pull/18976#discussion_r2032615403
########## clients/src/main/java/org/apache/kafka/common/requests/DeleteShareGroupOffsetsRequest.java: ########## @@ -59,19 +55,20 @@ public DeleteShareGroupOffsetsRequest(DeleteShareGroupOffsetsRequestData data, s this.data = data; } + public DeleteShareGroupOffsetsResponse getErrorResponse(int throttleTimeMs, Errors error) { Review Comment: public is necessary? -- 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