mimaison commented on PR #12455: URL: https://github.com/apache/kafka/pull/12455#issuecomment-1208297825
The backport of this commit to 3.2 broke the build, I get the following failures: ``` DynamicBrokerReconfigurationTest. testConfigDescribeUsingAdminClient(String).quorum=kraft DynamicBrokerReconfigurationTest. testConsecutiveConfigChange(String).quorum=kraft DynamicBrokerReconfigurationTest. testKeyStoreAlter(String).quorum=kraft DynamicBrokerReconfigurationTest. testLogCleanerConfig(String).quorum=kraft DynamicBrokerReconfigurationTest. testTrustStoreAlter(String).quorum=kraft DynamicBrokerReconfigurationTest. testUpdatesUsingConfigProvider(String).quorum=kraft ``` Cause by: ``` org.apache.kafka.common.errors.InvalidRequestException: Invalid value org.apache.kafka.common.config.ConfigException: Dynamic reconfiguration of listeners is not yet supported when using a Raft-based metadata quorum for configuration Invalid dynamic configuration ``` I opened https://issues.apache.org/jira/browse/KAFKA-14149 -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org