yashmayya commented on code in PR #14827: URL: https://github.com/apache/kafka/pull/14827#discussion_r1405891426
########## connect/runtime/src/test/java/org/apache/kafka/connect/util/clusters/ConnectAssertions.java: ########## @@ -554,7 +554,7 @@ protected Optional<Boolean> checkConnectorState( * @param connectorState * @param numTasks the expected number of tasks * @param tasksState - * @return true if the connector and tasks are in RUNNING state; false otherwise + * @return true if the connector and tasks are in expected states; false otherwise Review Comment: ```suggestion * @return true if the connector and tasks are in the expected state; false otherwise ``` This one needs to be updated too :) -- 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