dajac opened a new pull request, #22460: URL: https://github.com/apache/kafka/pull/22460
`TransactionManager` now reads topic ids from the producer's metadata cache when building a `TxnOffsetCommit` request (added in the previous patch), but the cache may not yet contain entries for topics the producer has not produced to. This patch ensures the cache is fresh before the delegation, so v6+ (KIP-1319) negotiation actually fires. -- 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]
