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 2022/03/23 10:38:44 UTC

[beam] branch master updated (7ef6560 -> 1d6aacf)

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 7ef6560  [BEAM-13015] Clarify ownership of the list for state caching across bundles (#16982)
     add cdf99be  [BEAM-13232] Close clients properly in KinesisSource. Also use lazy init for AWS clients to avoid unnecessary allocations for some use cases.
     new 1d6aacf  Merge pull request #17140: [BEAM-13232] Close clients properly in KinesisSource.

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:
 .../beam/sdk/io/aws2/kinesis/KinesisReader.java    | 10 ++-
 .../beam/sdk/io/aws2/kinesis/KinesisSource.java    | 30 +++++----
 .../io/aws2/kinesis/SimplifiedKinesisClient.java   | 75 ++++++++++++++++------
 .../aws2/kinesis/SimplifiedKinesisClientTest.java  | 47 ++++++++++----
 4 files changed, 116 insertions(+), 46 deletions(-)

[beam] 01/01: Merge pull request #17140: [BEAM-13232] Close clients properly in KinesisSource.

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 1d6aacf18176230f94efa3f7b6a82b9edcc088de
Merge: 7ef6560 cdf99be
Author: Alexey Romanenko <33...@users.noreply.github.com>
AuthorDate: Wed Mar 23 11:37:19 2022 +0100

    Merge pull request #17140: [BEAM-13232] Close clients properly in KinesisSource.

 .../beam/sdk/io/aws2/kinesis/KinesisReader.java    | 10 ++-
 .../beam/sdk/io/aws2/kinesis/KinesisSource.java    | 30 +++++----
 .../io/aws2/kinesis/SimplifiedKinesisClient.java   | 75 ++++++++++++++++------
 .../aws2/kinesis/SimplifiedKinesisClientTest.java  | 47 ++++++++++----
 4 files changed, 116 insertions(+), 46 deletions(-)