Bolt execute() concurrency ?

2014-07-01 Thread Pasquini, Reuben
Hi, Can the execute() method on a single instance of a Bolt execute concurrently on multiple threads ? Or does each task get its own instance of a particular Bolt type ? Thanks for the help! :-)

Re: Bolt execute() concurrency ?

2014-07-01 Thread Nathan Leung
Each task has its own instance of the bolt class. On Tue, Jul 1, 2014 at 7:31 PM, Pasquini, Reuben wrote: > Hi, > > > > Can the execute() method on a single instance of a Bolt execute > concurrently on multiple threads ? Or does each task get its own instance > of a particular Bolt type ? > >