chia7712 commented on code in PR #19316: URL: https://github.com/apache/kafka/pull/19316#discussion_r2022446672
########## core/src/main/scala/kafka/server/RemoteLeaderEndPoint.scala: ########## @@ -203,7 +203,7 @@ class RemoteLeaderEndPoint(logPrefix: String, None } else { val metadataVersion = metadataVersionSupplier() - val version: Short = if (metadataVersion.fetchRequestVersion >= 13 && !fetchData.canUseTopicIds) { + val version: Short = if (!fetchData.canUseTopicIds) { Review Comment: This is interesting. IIRC, the topic id of fetch is introduced in 3.1, so `canUseTopicIds` should be always enabled after we bump the baseline of MV to 3.3. -- 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