Github user d2r commented on the pull request:
https://github.com/apache/storm/pull/275#issuecomment-60838468
Looks reasonable to me, but I would like someone more familiar with kafka
to comment on whether we never want to execute on tick tuples.
We could move make the static method in
[TupleHelpers](https://github.com/apache/storm/blob/5a460384f4eb90e4e3870f29090e81633aeafe7b/examples/storm-starter/src/jvm/storm/starter/util/TupleHelpers.java#L29-L30)
a member method in TupleImpl as you have done, remove TupleHelpers, and then
change the example code to use this method.
---
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.
---