C0urante commented on PR #15915:
URL: https://github.com/apache/kafka/pull/15915#issuecomment-2163587203

   > While I agree that the /connectors query might not be the best way to 
assert that the worker is well and truly up, in this case I would like to 
believe that the workers was up.
   
   It's actually a pretty bad way to assert that a worker is started, if we're 
being perfectly honest 😅 Why not try out the tweak I suggested regarding the 
different startup mode just to be safe? Keep in mind that this test runs with 3 
Connect workers, so a successful `PUT` request to one worker or even successful 
`GET` requests from others (which do not pass through the herder's tick thread 
and can therefore be responded to before the worker has completed startup) do 
not actually guarantee that the cluster is up and running yet.


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