You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
even though, in my case, kafka depends on zookeeper, and its shutdown command has sleep 5. I would expect the zookeeper shutdown routine to only finish after those 5 seconds.
you can see the 5 second sleep time between "terminating kafka" and "project completed"
I would have expected "terminating kafka" to print first, then "terminating zookeeper" printing only after 5 seconds
The text was updated successfully, but these errors were encountered:
given process B which depends on process A, I would expect the shutdown routine to be somewhat like:
instead, this is what I see in the logs:
even though, in my case, kafka depends on zookeeper, and its shutdown command has
sleep 5
. I would expect the zookeeper shutdown routine to only finish after those 5 seconds.The text was updated successfully, but these errors were encountered: