chia7712 commented on code in PR #19316:
URL: https://github.com/apache/kafka/pull/19316#discussion_r2022845482
##########
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:
You are right. file https://issues.apache.org/jira/browse/KAFKA-19065
--
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]