You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ar...@apache.org on 2020/11/13 11:41:03 UTC

[beam] branch master updated (2ab6c8a -> 17beb66)

This is an automated email from the ASF dual-hosted git repository.

aromanenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 2ab6c8a  Merge pull request #13161 from dpcollins-google/fix-lite-2
     add 730e7c0  [BEAM-11172] Enable KafkaIO performance test for runner v2 with SDF.
     new 17beb66  Merge pull request #13282: [BEAM-11172] Enable KafkaIO performance test for Dataflow runner v2 with SDF.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../jenkins/job_PerformanceTests_KafkaIO_IT.groovy | 48 ++++++++++++-
 .../kafka-cluster/05-kafka/configmap-config.yaml   |  4 ++
 .../org/apache/beam/gradle/BeamModulePlugin.groovy | 67 +++++++++++++-----
 runners/google-cloud-dataflow-java/build.gradle    | 47 +++++--------
 .../examples/build.gradle                          |  2 +-
 .../beam/sdk/io/kafka/ReadFromKafkaDoFn.java       | 14 +++-
 .../org/apache/beam/sdk/io/kafka/KafkaIOIT.java    | 81 +++++++++++++++++++---
 7 files changed, 199 insertions(+), 64 deletions(-)


[beam] 01/01: Merge pull request #13282: [BEAM-11172] Enable KafkaIO performance test for Dataflow runner v2 with SDF.

Posted by ar...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aromanenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 17beb66858b6fc21dcd52215e8407286faf4b535
Merge: 2ab6c8a 730e7c0
Author: Alexey Romanenko <33...@users.noreply.github.com>
AuthorDate: Fri Nov 13 12:40:08 2020 +0100

    Merge pull request #13282: [BEAM-11172] Enable KafkaIO performance test for Dataflow runner v2 with SDF.

 .../jenkins/job_PerformanceTests_KafkaIO_IT.groovy | 48 ++++++++++++-
 .../kafka-cluster/05-kafka/configmap-config.yaml   |  4 ++
 .../org/apache/beam/gradle/BeamModulePlugin.groovy | 67 +++++++++++++-----
 runners/google-cloud-dataflow-java/build.gradle    | 47 +++++--------
 .../examples/build.gradle                          |  2 +-
 .../beam/sdk/io/kafka/ReadFromKafkaDoFn.java       | 14 +++-
 .../org/apache/beam/sdk/io/kafka/KafkaIOIT.java    | 81 +++++++++++++++++++---
 7 files changed, 199 insertions(+), 64 deletions(-)