Skip to content

Commit

Permalink
MINOR: Remove zk related statement from ControllerConfigurationValida…
Browse files Browse the repository at this point in the history
…tor (#18637)


Reviewers: Mickael Maison <[email protected]>
  • Loading branch information
frankvicky authored Jan 20, 2025
1 parent 0b07db5 commit f1ee055
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import scala.collection.mutable
*
* This validator does not handle changes to BROKER_LOGGER resources. Despite being bundled
* in the same RPC, BROKER_LOGGER is not really a dynamic configuration in the same sense
* as the others. It is not persisted to the metadata log (or to ZK, when we're in that mode).
* as the others. It is not persisted to the metadata log.
*/
class ControllerConfigurationValidator(kafkaConfig: KafkaConfig) extends ConfigurationValidator {
private def validateTopicName(
Expand Down

0 comments on commit f1ee055

Please sign in to comment.