gharris1727 commented on code in PR #12789:
URL: https://github.com/apache/kafka/pull/12789#discussion_r1009699428
##########
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/AbstractHerderTest.java:
##########
@@ -108,7 +109,7 @@ public class AbstractHerderTest {
CONN1_CONFIG.put(ConnectorConfig.NAME_CONFIG, CONN1);
CONN1_CONFIG.put(ConnectorConfig.TASKS_MAX_CONFIG,
MAX_TASKS.toString());
CONN1_CONFIG.put(SinkConnectorConfig.TOPICS_CONFIG, "foo,bar");
- CONN1_CONFIG.put(ConnectorConfig.CONNECTOR_CLASS_CONFIG,
BogusSourceConnector.class.getName());
+ CONN1_CONFIG.put(ConnectorConfig.CONNECTOR_CLASS_CONFIG,
SampleSourceConnector.class.getName());
Review Comment:
I also removed BogusSourceTask since its connector would have been missing.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]