If I've got a bunch of data in memory, ready to emit, can nextTuple() go ahead and call SpoutOutputCollector.emit() many times?
Or is it best to emit() once per call to nextTuple()?
If I've got a bunch of data in memory, ready to emit, can nextTuple() go ahead and call SpoutOutputCollector.emit() many times?
Or is it best to emit() once per call to nextTuple()?