junrao commented on code in PR #18468: URL: https://github.com/apache/kafka/pull/18468#discussion_r1911522823
########## core/src/main/scala/kafka/server/ApiVersionManager.scala: ########## @@ -150,14 +150,12 @@ class DefaultApiVersionManager( } val apiVersions = if (controllerApiVersions.isDefined) { ApiVersionsResponse.controllerApiVersions( - finalizedFeatures.metadataVersion().highestSupportedRecordVersion, Review Comment: Yes, I agree that it's borderline. It's probably ok to keep this change for now. -- 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