Hi,

I'm writing unit tests for some Storm code and have been trying to
find a way to wait for LocalCluster to be initialized. Is there a
straightforward way to do that? Instead of letting the current thread
sleep for a little, which is what I see a lot in examples, I'd like to
block (e.g. using a countdownlatch) until it is up.

Thanks,

Eelco

Reply via email to