Chia-Ping Tsai created KAFKA-17303: -------------------------------------- Summary: Enable testPutControllersInBootstrapBrokersConfig Key: KAFKA-17303 URL: https://issues.apache.org/jira/browse/KAFKA-17303 Project: Kafka Issue Type: Test Reporter: Chia-Ping Tsai Assignee: Chia-Ping Tsai
The quorum controller does not support the METADATA request, so the correct exception type is `UnsupportedVersionException`[0] rather than `MismatchedEndpointTypeException`. [0] https://github.com/apache/kafka/blob/4e862c0903195eb11a715271c29304d28036273d/clients/src/main/java/org/apache/kafka/clients/admin/internals/AdminMetadataManager.java#L264 -- This message was sent by Atlassian Jira (v8.20.10#820010)