divijvaidya commented on PR #13284:
URL: https://github.com/apache/kafka/pull/13284#issuecomment-1450105039

   > This is less concerning because the MirrorMaker class isn't part of public 
API;
   
   It's not technically part of public API but it has a `main()` method which 
is executed by the customers. As you pointed out, today, they have to rely on 
logs/metrics to figure out whether MM started correctly or not. 
   
   I agree to the creation of `connectorStatus()` and usage in tests as you 
suggested, but additionally we should block the completion of `main()` until 
all connectors are online. The part about blocking could be taken up in a 
different PR and we can discuss the merits/demerits of doing that over there.
   
   Meanwhile, I will add `connectorStatus()` and relevant changes to this PR.


-- 
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

Reply via email to