lhunyady commented on a change in pull request #11333: URL: https://github.com/apache/kafka/pull/11333#discussion_r712087974
########## File path: connect/runtime/src/test/java/org/apache/kafka/connect/runtime/AbstractHerderTest.java ########## @@ -289,6 +290,23 @@ public void testBuildRestartPlanForUnknownConnector() { assertFalse(mayBeRestartPlan.isPresent()); } + @Test + public void testConfigValidationNullConfig() { Review comment: Thank you for the comment, updated it in the latest commit. -- 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