You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2022/02/03 23:47:01 UTC

[beam] branch master updated (9434c4d -> b26988c)

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

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


    from 9434c4d  Merge pull request #16718: [website] Change links to Books from Amazon to Publisher
     add b26988c  [BEAM-13761] adds Debezium IO wrapper for Go SDK (#16642)

No new revisions were added by this update.

Summary of changes:
 sdks/go.sum                                        |   2 +
 sdks/go/pkg/beam/io/xlang/debeziumio/debezium.go   | 138 +++++++++++++++++++++
 sdks/go/test/integration/integration.go            |   4 +
 .../test/integration/io/xlang/debezium/debezium.go |  35 ++++++
 .../jdbc_test.go => debezium/debezium_test.go}     |  60 +++------
 5 files changed, 199 insertions(+), 40 deletions(-)
 create mode 100644 sdks/go/pkg/beam/io/xlang/debeziumio/debezium.go
 create mode 100644 sdks/go/test/integration/io/xlang/debezium/debezium.go
 copy sdks/go/test/integration/io/xlang/{jdbc/jdbc_test.go => debezium/debezium_test.go} (59%)