abbccdda commented on a change in pull request #9103: URL: https://github.com/apache/kafka/pull/9103#discussion_r493209974
########## File path: core/src/main/scala/kafka/api/ApiVersion.scala ########## @@ -103,6 +103,9 @@ object ApiVersion { KAFKA_2_7_IV0, // Bup Fetch protocol for Raft protocol (KIP-595) KAFKA_2_7_IV1, + // Enable redirection (KIP-590) + // TODO: remove this IBP in the 2.7 release if redirection work could not be done before the freeze Review comment: But in case we release AK 2.7, wouldn't this flag give user the confidence to upgrade to, which we don't want to happen? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org