dajac opened a new pull request, #22205: URL: https://github.com/apache/kafka/pull/22205
This patch introduces version 6 of the TxnOffsetCommit API: * Adds a new `TopicId` field at `6+` and bounds the existing `Name` field to `0-5` on both the request and the response. * Renames the `GenerationId` field to `GenerationIdOrMemberEpoch` on the request to reflect its dual semantics under the new consumer group protocol (source-only rename; the wire format is positional and unchanged). * Ensures that the client cannot use version 6 yet. * Keeps the new version as unstable. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
