Github user dossett commented on the pull request:
https://github.com/apache/storm/pull/664#issuecomment-136876170
@arunmahadevan Our approach is to set the tick tuple frequency to be half
of the message timeout setting for the topology. Can the bolt get access to
that topology setting? prepare() passes a TopologyContext to the bolt but I
don't see a way to get configuration information out of it. However, I am not
that familiar with TopologyContext.
If that's not possible, the bolt could just set a flush frequency of 15
seconds since the storm timeout default is 30 seconds and assume that anyone
changing the timeout setting should also be adjusting the flush frequency as
well
---
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.
---