You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by dguy <gi...@git.apache.org> on 2017/10/02 17:39:57 UTC

[GitHub] kafka pull request #4002: KAFKA-5989: resume consumption of tasks that have ...

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 <da...@gmail.com>
Date:   2017-10-02T17:37:44Z

    resume consumption of tasks that have state stores but no changelogging

----


---

[GitHub] kafka pull request #4002: KAFKA-5989: resume consumption of tasks that have ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/kafka/pull/4002


---