GitHub user dguy opened a pull request:
https://github.com/apache/kafka/pull/4002
KAFKA-5989: resume consumption of tasks that have state stores but no
changelogging
Stores where logging is disabled where never consumed as the partitions
were paused, but never resumed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dguy/kafka restore
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4002.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 #4002
----
commit 1e1dec0db90f6d0a28a4d6b497593e22523f4380
Author: Damian Guy <[email protected]>
Date: 2017-10-02T17:37:44Z
resume consumption of tasks that have state stores but no changelogging
----
---