Github user abhishekagarwal87 commented on the pull request:
https://github.com/apache/storm/pull/1445#issuecomment-222150531
Thanks @unsleepy22. I have few questions regarding the class hierarchy -
- Why is ExecutorData a standalone class? Can we not put the fields of
ExecutorData inside the Executor class itself. We can pass around the Executor
object itself.
- How is BaseExecutor different from Executor?
- I assume ExecutorCommons is supposed to be the code which will be called
by both spout and bolt. Can it move to the Executor superclass itself?
- Does ExecutorShutdown needs to be in its own class?
---
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.
---