mimaison commented on code in PR #16133:
URL: https://github.com/apache/kafka/pull/16133#discussion_r1622125930


##########
core/src/main/scala/kafka/server/DynamicBrokerConfig.scala:
##########
@@ -675,7 +677,7 @@ object DynamicLogConfig {
   // Exclude message.format.version for now since we need to check that the 
version
   // is supported on all brokers in the cluster.
   @nowarn("cat=deprecation")
-  val ExcludedConfigs = Set(ServerLogConfigs.LOG_MESSAGE_FORMAT_VERSION_CONFIG)

Review Comment:
   I've inlined this variable but we need to keep it as a `Set` for the `-` 
operator to work



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