dajac commented on a change in pull request #11331: URL: https://github.com/apache/kafka/pull/11331#discussion_r743750508
########## File path: clients/src/main/java/org/apache/kafka/common/requests/FetchRequest.java ########## @@ -314,8 +356,7 @@ public int maxBytes() { // For versions < 13, builds the partitionData map using only the FetchRequestData. // For versions 13+, builds the partitionData map using both the FetchRequestData and a mapping of topic IDs to names. - // Throws UnknownTopicIdException for versions 13+ if the topic ID was unknown to the server. - public Map<TopicPartition, PartitionData> fetchData(Map<Uuid, String> topicNames) throws UnknownTopicIdException { + public Map<TopicIdPartition, PartitionData> fetchData(Map<Uuid, String> topicNames) throws UnknownTopicIdException { Review comment: Do we have a unit test for this one and for `forgottenTopics`? -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org