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

[GitHub] kafka pull request #2955: Replace KeyValuePrinter and KStreamForeach with KS...

GitHub user jedichien opened a pull request:

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

    Replace KeyValuePrinter and KStreamForeach with KStreamPeek

    I remove `KeyValuePrinter` and `KStreamForeach` two class, then implements them by `KStreamPeek`.
    So, now `KStreamPeek` can do `KeyValuePrinter` and `KStreamForeach` job.

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

    $ git pull https://github.com/jedichien/kafka trunk

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

    https://github.com/apache/kafka/pull/2955.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 #2955
    
----
commit da4bcbaa90ed2107128914f7d6ca92add6e616db
Author: jameschien <ja...@staff.ruten.com.tw>
Date:   2017-04-27T08:00:20Z

    change connection refused message from level DEBUG into WARN.

commit 1adfd44424f2760def0a648c96129243088ef044
Author: jameschien <ja...@staff.ruten.com.tw>
Date:   2017-05-02T08:26:04Z

    replace KeyValuePrinter and KStreamForeach with KStreamPeek

commit 407b48b83d3acd8e7803bd32e93aa28e48c446a9
Author: jameschien <ja...@staff.ruten.com.tw>
Date:   2017-05-02T10:45:23Z

    replace KeyValuePrinter and KStreamForeach with KStreamPeek

commit 9c3caa19724606e2e8982ea1c63ce8a480945e73
Author: jameschien <ja...@staff.ruten.com.tw>
Date:   2017-05-02T10:51:01Z

    revert

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] kafka pull request #2955: KAFKA-4772: Exploit #peek to implement #print() an...

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

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---