dajac commented on code in PR #16121:
URL: https://github.com/apache/kafka/pull/16121#discussion_r1619233892


##########
core/src/main/scala/kafka/server/KafkaConfig.scala:
##########
@@ -934,8 +934,11 @@ class KafkaConfig private(doLog: Boolean, val props: 
java.util.Map[_, _], dynami
       throw new ConfigException(s"Disabling the '${GroupType.CLASSIC}' 
protocol is not supported.")
     }
     if (protocols.contains(GroupType.CONSUMER)) {

Review Comment:
   Yes. We will make the new coordinator the default in 4.0 and remove the 
config. We may keep it until 4.1 in order to have a back door to disable it.



-- 
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]

Reply via email to