gharris1727 commented on code in PR #16053: URL: https://github.com/apache/kafka/pull/16053#discussion_r1624788205
########## connect/runtime/src/test/java/org/apache/kafka/connect/integration/ConnectWorkerIntegrationTest.java: ########## @@ -1137,4 +1216,60 @@ private Map<String, String> defaultSourceConnectorProps(String topic) { props.put(DEFAULT_TOPIC_CREATION_PREFIX + PARTITIONS_CONFIG, String.valueOf(1)); return props; } + + public static class SimpleConnector extends SinkConnector { Review Comment: nit: EmptyTaskConfigsConnector? -- 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