Github user abhishekagarwal87 commented on the issue:
https://github.com/apache/storm/pull/1445
Hi @unsleepy22 . Going through the code, I still think sendUnanchored and
sendToEventsLogger should be moved to superclass. ackSpoutMsg/failSpoutMsg
should move to SpoutExecutor class.
ExecutorData can be merged with BaseExecutor class since executor data is
common to both spout and bolt. Once that happens, executor object can be passed
around e.g.
```
public SpoutOutputCollectorImpl(ISpout spout, SpoutExecutor executorData....
```
Other than that, translation looks good (done with first pass).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---