GitHub user dguy opened a pull request:
https://github.com/apache/kafka/pull/4025
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 1.0
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4025.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 #4025
----
commit 387cc7adb77bc3439cd2860870269a28a78c3c3d
Author: Damian Guy <[email protected]>
Date: 2017-10-05T15:28:35Z
applying patch from trunk
----
---