You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by jianbzhou <gi...@git.apache.org> on 2016/08/18 04:51:08 UTC

[GitHub] storm issue #1131: STORM-822: Kafka Spout New Consumer API

Github user jianbzhou commented on the issue:

    https://github.com/apache/storm/pull/1131
  
    @hmcl and all, the new spout is fit for the at least once semantics and works fine for us, thanks a lot! Very recently one of our key customers asked to use a at most once implementation. Do we have any plan to have a at-most-once implementation? They set the topology.acker.executors=0 and found the spout is not working. Could you please help to evaluate - 1, will we implement this? 2. roughly how long time needed? Thanks
    
    **Requirement from customer** - \u201ctopology.acker.executors\u201d is a Storm parameter, which refers to at-least-once when it\u2019s not 0, and at-most-once if it\u2019s 0. We want to know do we have a at-most-once implementation?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---