dajac opened a new pull request, #22215: URL: https://github.com/apache/kafka/pull/22215
This patch adds a `forTopicIdsOrNames(...)` factory to `TxnOffsetCommitRequest.Builder` that allows building requests starting from version 6 of the API. The existing `forTopicNames(...)` factory is capped at version 5. `build(short version)` validates that the request carries topic IDs starting from version 6 and topic names for versions 0 to 5. No call site uses the new factory yet — that lands in a follow-up patch wiring up `TransactionManager`. -- 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]
