You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by vectorijk <gi...@git.apache.org> on 2017/10/03 21:55:45 UTC

[GitHub] beam pull request #3937: [BEAM-2852] Nexmark Kafka source sink

GitHub user vectorijk opened a pull request:

    https://github.com/apache/beam/pull/3937

    [BEAM-2852] Nexmark Kafka source sink

    Add support for Kafka as source/sink on Nexmark

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

    $ git pull https://github.com/vectorijk/beam BEAM-2852-nexmark-kafka-source-sink

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

    https://github.com/apache/beam/pull/3937.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 #3937
    
----
commit 46e380c162c32f55b74e2ed383978e4043fcf055
Author: Kai Jiang <ji...@gmail.com>
Date:   2017-10-03T17:57:31Z

    sinkToKafka works
    
    still experiment sourceFromKafka

commit 18128d29bb25db4a4381509fd19a1df5652cb395
Author: Kai Jiang <ji...@gmail.com>
Date:   2017-10-03T21:21:58Z

    source event from kafka

commit d603dcdf1c4ad6e696eb0fec60e2d6fd31322234
Author: Kai Jiang <ji...@gmail.com>
Date:   2017-10-03T21:38:02Z

    clean code

----


---