Github user srdo commented on the issue:
https://github.com/apache/storm/pull/1919
The spout as is doesn't support true at-most-once. When auto commit is on,
the consumer periodically commits offsets. When auto commit is off and ackers
is 0, the spout periodically commits offsets manually. In either case the spout
could crash and replay tuples that were acked but not committed. If you need
real at-most-once, the spout needs to commit offsets immediately when acked,
and in that case you would also need to disable auto commit.
---
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.
---