Colin McCabe created KAFKA-13609: ------------------------------------ Summary: Fix the exception type thrown from dynamic broker config validation Key: KAFKA-13609 URL: https://issues.apache.org/jira/browse/KAFKA-13609 Project: Kafka Issue Type: Bug Reporter: Colin McCabe
Currently, we throw InvalidRequestException if the broker configuration fails validation. However, it would be more appropriate to throw InvalidConfigurationException in this case. This change might require a KIP since it has compatibility implications. -- This message was sent by Atlassian Jira (v8.20.1#820001)