You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Eric S Meisel (Jira)" <ji...@apache.org> on 2019/10/31 01:08:00 UTC

[jira] [Created] (SPARK-29677) Upgrade Kinesis Client

Eric S Meisel created SPARK-29677:
-------------------------------------

             Summary: Upgrade Kinesis Client
                 Key: SPARK-29677
                 URL: https://issues.apache.org/jira/browse/SPARK-29677
             Project: Spark
          Issue Type: Improvement
          Components: DStreams
    Affects Versions: 2.4.4
            Reporter: Eric S Meisel


The current amazon-kinesis-client version is 1.8.10. This version depends on the use of `describeStream`, which has a hard limit on an AWS account (10 reqs / second). Versions 1.9.0 and up leverage `listShards`, which has no such limit. For large customers, this can be a major problem. 

 

Upgrading the amazon-kinesis-client version should resolve this issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org