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/03/01 03:04:12 UTC

[GitHub] storm pull request: STORM-822: Kafka Spout New Consumer API

Github user jianbzhou commented on the pull request:

    https://github.com/apache/storm/pull/1131#issuecomment-190494188
  
    Hi **@hmcl**, in some project we are tracking the DB activities, we may need the message to be emitted in same sequence as they were polled from Kafka - i.e. polled 5 messages(1~5), if 1, 3, 4, 5 was acked while 2 is failed, seems currently only 2 will be re-emitted , this will cause the sequence is like 1, 3, 4, 5, 2..is it possible to re-emit message from the position that was failed, so the flow will be: 1, 3, 4, 5, 2, 3, 4, 5...
    What is your view on this?


---
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.
---