You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by mewwts <gi...@git.apache.org> on 2017/09/29 12:15:39 UTC

[GitHub] kafka pull request #3992: MINOR: Allow schedule and commit in MockProcessorC...

GitHub user mewwts opened a pull request:

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

    MINOR: Allow schedule and commit in MockProcessorContext

    This change allows for testing custom Processors and Transformers that call `schedule` and `commit` using KStreamTestDriver, by _not_ throwing `UnsupportedOperationException`. 
    
    This PR is my original work. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mewwts/kafka allow-schedule-and-commit

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3992.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 #3992
    
----
commit a8a4186613cf59caf65089e8b6922e62c11503d0
Author: Mats Julian Olsen <ma...@plysjbyen.net>
Date:   2017-09-29T12:11:27Z

    MINOR: Allow schedule and commit in MockProcessorContext

----


---

[GitHub] kafka pull request #3992: MINOR: Allow schedule and commit in MockProcessorC...

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

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


---