dajac commented on code in PR #19461: URL: https://github.com/apache/kafka/pull/19461#discussion_r2055327871
########## clients/src/main/resources/common/message/OffsetCommitRequest.json: ########## @@ -36,8 +36,11 @@ // // Version 9 is the first version that can be used with the new consumer group protocol (KIP-848). The // request is the same as version 8. - "validVersions": "2-9", + // + // Version 10 adds support for topic ids and removes support for topic names (KIP-848). + "validVersions": "2-10", "flexibleVersions": "8+", + "latestVersionUnstable": true, Review Comment: Yes. We can mark is as stable once we are confident on the client side. Opened https://issues.apache.org/jira/browse/KAFKA-19186. -- 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