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

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


    from 3615801  [BEAM-12334] Re-use java 11 flag in build.gradle (#14892)
     add edad245  [BEAM-12380] Add KafkaIO Transforms and Kafka Taxi example.
     add 6e0ce6d  [BEAM-12380] Go Kafka Fixup, documenting Taxi example, and 
(de)serializer TODO.
     new 0908b24  Merge pull request #14996: [BEAM-12380] Add KafkaIO 
Transforms and Kafka Taxi example.

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:
 sdks/go/examples/kafka/taxi.go                | 163 +++++++++++++++
 sdks/go/pkg/beam/core/graph/edge.go           |   7 +-
 sdks/go/pkg/beam/core/runtime/graphx/xlang.go | 114 +++++-----
 sdks/go/pkg/beam/io/pubsubio/pubsubio.go      |   2 +-
 sdks/go/pkg/beam/io/xlang/kafkaio/kafka.go    | 288 ++++++++++++++++++++++++++
 sdks/java/io/expansion-service/build.gradle   |   6 +
 6 files changed, 518 insertions(+), 62 deletions(-)
 create mode 100644 sdks/go/examples/kafka/taxi.go
 create mode 100644 sdks/go/pkg/beam/io/xlang/kafkaio/kafka.go

Reply via email to