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/05 15:30:18 UTC

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

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 <da...@gmail.com>
Date:   2017-10-05T15:28:35Z

    applying patch from trunk

----


---

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

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

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


---