GitHub user ymatsuda opened a pull request:
https://github.com/apache/kafka/pull/373
HOTFIX: call consumer.poll() even when no task is assigned
StreamThread should keep calling consumer.poll() even when no task is
assigned. This is necessary to get a task.
@guozhangwang
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ymatsuda/kafka no_task
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/373.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #373
----
commit 0e9acf0a1d037e3ee0d4916cd515d09c47b77657
Author: Yasuhiro Matsuda <[email protected]>
Date: 2015-10-27T20:45:29Z
HOTFIX: call consumer.poll() even when no task is assigned
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---