AndrewJSchofield commented on code in PR #19378: URL: https://github.com/apache/kafka/pull/19378#discussion_r2037776176
########## clients/src/main/java/org/apache/kafka/common/requests/AlterShareGroupOffsetsRequest.java: ########## @@ -41,7 +41,7 @@ public static class Builder extends AbstractRequest.Builder<AlterShareGroupOffse private final AlterShareGroupOffsetsRequestData data; public Builder(AlterShareGroupOffsetsRequestData data) { - this(data, true); + this(data, false); } public Builder(AlterShareGroupOffsetsRequestData data, boolean enableUnstableLastVersion) { Review Comment: Ah, yes. I thought that was a standard thing, but I see that it's not necessary. 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