mdedetrich commented on code in PR #12728:
URL: https://github.com/apache/kafka/pull/12728#discussion_r1383698647
##########
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/standalone/StandaloneHerderTest.java:
##########
@@ -1256,4 +1120,11 @@ private abstract class BogusSinkConnector extends
SinkConnector {
private abstract class BogusSinkTask extends SourceTask {
}
+ private void verifyConnectorStatusRestart() {
+ ArgumentCaptor<ConnectorStatus> connectorStatus =
ArgumentCaptor.forClass(ConnectorStatus.class);
+ verify(statusBackingStore,
atLeastOnce()).put(connectorStatus.capture());
Review Comment:
Fixed and pushed.
--
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]