You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by arunmahadevan <gi...@git.apache.org> on 2018/09/12 22:39:56 UTC

[GitHub] storm issue #2829: STORM-3222: Fix KafkaSpout internals to use LinkedList in...

Github user arunmahadevan commented on the issue:

    https://github.com/apache/storm/pull/2829
  
    Also I am not sure why the nextTuple only emits a single tuple wheres ideally it should emit whatever it can emit in a single nextTuple call which is more efficient. However the logic appears too complicated to refactor.
    
    @srdo @HeartSaVioR 


---