jolshan opened a new pull request, #14370: URL: https://github.com/apache/kafka/pull/14370
Previous commits left out TxnOffsetCommits which go through the group coordinator (not directly from the producer). I've wired up the methods to include the transactional id and state partition to do the verification. I've also updated UnifiedLog to verify on client and coordinator requests that are transactional. I've not updated any sequence check logic since the sequence is always 0 on group coordinator initiated writes. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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]
