abbccdda commented on a change in pull request #9103: URL: https://github.com/apache/kafka/pull/9103#discussion_r489875283
########## File path: core/src/main/scala/kafka/server/KafkaConfig.scala ########## @@ -1542,6 +1542,9 @@ class KafkaConfig(val props: java.util.Map[_, _], doLog: Boolean, dynamicConfigO /** ********* Feature configuration ***********/ def isFeatureVersioningEnabled = interBrokerProtocolVersion >= KAFKA_2_7_IV0 + /** ********* Redirection configuration ***********/ + def redirectionEnabled = interBrokerProtocolVersion >= KAFKA_2_7_IV1 Review comment: I'm still trying to decide how to make sure we could turn off the redirection in 2.7. Having a separate IBP for 3.0 may not work. @cmccabe ---------------------------------------------------------------- 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