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


##########
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:
   `group.coordinator.new.enable` is an internal config which is not supposed 
to be used, except in some tests. I can still strengthen the validation of it 
too if you want.



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