dajac opened a new pull request, #22238:
URL: https://github.com/apache/kafka/pull/22238

   This patch wires topic IDs in `KafkaApis.handleTxnOffsetCommitRequest`:
   - For v6+, resolve the topic name from the topic ID via the metadata
     cache. If the topic ID cannot be resolved, the topic is returned
     with `UNKNOWN_TOPIC_ID` for all its partitions.
   - For v0-5, resolve the topic ID from the topic name via the metadata
     cache so the group coordinator receives it too. If the topic name
     cannot be resolved, the topic is returned with
     `UNKNOWN_TOPIC_OR_PARTITION` for all its partitions.


-- 
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]

Reply via email to