[ 
https://issues.apache.org/jira/browse/KAFKA-2654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guozhang Wang resolved KAFKA-2654.
----------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 0.9.1)
                   0.9.0.0

Issue resolved by pull request 315
[https://github.com/apache/kafka/pull/315]

> Avoid calling Consumer.poll(0) in each iteration
> ------------------------------------------------
>
>                 Key: KAFKA-2654
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2654
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Guozhang Wang
>            Assignee: Yasuhiro Matsuda
>             Fix For: 0.9.0.0
>
>
> Currently we are calling consumer.poll() in each iteration though most time 
> it is poll(0).
> poll(0) itself is not completely free since it involves a bunch of system 
> calls, hence we'd better avoid calling it in each iteration.



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

Reply via email to