[ https://issues.apache.org/jira/browse/KAFKA-10479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Gustafson resolved KAFKA-10479. ------------------------------------- Fix Version/s: 2.7.0 Resolution: Fixed > Throw exception if users try to update configs of existent listeners > -------------------------------------------------------------------- > > Key: KAFKA-10479 > URL: https://issues.apache.org/jira/browse/KAFKA-10479 > Project: Kafka > Issue Type: Bug > Reporter: Chia-Ping Tsai > Assignee: Chia-Ping Tsai > Priority: Minor > Fix For: 2.7.0 > > > {code} > def immutableListenerConfigs(kafkaConfig: KafkaConfig, prefix: String): > Map[String, AnyRef] = { > newConfig.originals.asScala.filter { case (key, _) => > key.startsWith(prefix) && !DynamicSecurityConfigs.contains(key) > } > } > {code} > We don't actually compare new configs to origin configs so the suitable > exception is not thrown. -- This message was sent by Atlassian Jira (v8.3.4#803005)