[ 
https://issues.apache.org/jira/browse/STORM-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15173913#comment-15173913
 ] 

ASF GitHub Bot commented on STORM-822:
--------------------------------------

Github user revans2 commented on the pull request:

    https://github.com/apache/storm/pull/1131#issuecomment-190775616
  
    @jianbzhou That would be possible, but is not typically what storm 
guarantees.  Additionally you would have to configure a lot of other components 
to maintain that ordering.  Kafka itself does not guarantee this unless you 
only have a single partition.  Storm cannot guarantee it internally unless you 
are sending downstream to a single bolt instance, or you have a custom grouping 
that is smart enough to be able to take it into account.
    
    Ordering guarantees are very difficult in distributed systems and if you 
can design your system handle out of order data it will be much more robust and 
scale better.


> As a storm developer I’d like to use the new kafka consumer API (0.8.3) to 
> reduce dependencies and use long term supported kafka apis 
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: STORM-822
>                 URL: https://issues.apache.org/jira/browse/STORM-822
>             Project: Apache Storm
>          Issue Type: Story
>          Components: storm-kafka
>            Reporter: Thomas Becker
>            Assignee: Hugo Louro
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to