hachikuji commented on code in PR #12624: URL: https://github.com/apache/kafka/pull/12624#discussion_r968967605
########## clients/src/main/java/org/apache/kafka/common/requests/AbstractResponse.java: ########## @@ -268,6 +268,8 @@ public ApiKeys apiKey() { public abstract int throttleTimeMs(); + public abstract void setThrottleTimeMs(int throttleTimeMs); Review Comment: Makes sense. Will change. -- 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