You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Xueming Li <ja...@gmail.com> on 2014/06/04 05:12:32 UTC

If I register a metrics object with a bolt/spout, will it run in the same thread as the bolt/spout?

Or do I need to worry about synchronization issue? Thanks in advance!