GitHub user strongh opened a pull request:
https://github.com/apache/incubator-storm/pull/235
add hook methods to TridentOperationContext
This would allow adding hooks to e.g. tasks that include a Trident
function. There's a bit of a disconnect since the task that has the hook will
likely be running e.g. more than a single function. So ideally perhaps there
would be another Trident-specific hooks API. Regardless, I think having
task-level hooks might be useful, and it is very simple to support.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/strongh/incubator-storm trident-context-hooks
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-storm/pull/235.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #235
----
commit d75f210c9a0489bf3b638da716be7d5d13613fc2
Author: Homer Strong <[email protected]>
Date: 2014-08-20T19:15:04Z
add contextual hook methods to TridentOperationContext
----
---
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.
---