You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Moritz Mack (Jira)" <ji...@apache.org> on 2021/11/12 15:56:00 UTC

[jira] [Created] (BEAM-13232) Underlying AWS Kinesis clients are not closed

Moritz Mack created BEAM-13232:
----------------------------------

             Summary: Underlying AWS Kinesis clients are not closed
                 Key: BEAM-13232
                 URL: https://issues.apache.org/jira/browse/BEAM-13232
             Project: Beam
          Issue Type: Bug
          Components: io-java-aws
            Reporter: Moritz Mack


All across _KinesisSource_ and related Kinesis clients are neither shared nor closed. AWS clients are fairly resource heavy (thread/connection pool), so this should be fixed in the following places:
 * SimplifiedKinesisClient
 * KinesisSource.split



--
This message was sent by Atlassian Jira
(v8.20.1#820001)