Github user nabhanelrahman commented on the issue:
https://github.com/apache/storm/pull/1487
@srdo,
i have this property set:
props.put(KafkaSpoutConfig.Consumer.ENABLE_AUTO_COMMIT, "true");
Here are my steps:
1) create 10 partition topic
2) deploy topology
3) send 10 msgs
4) confirmed 10 msgs where received
5) kill topology
6) send 100 msgs
7) re-deploy topology
8) confirmed that 90 msgs were received ( was expecting 100 msgs). that
means the first message in each partition was skipped when the initialized was
called.
---
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.
---