You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/10/31 01:09:25 UTC

[GitHub] [spark] etspaceman opened a new pull request #26333: [SPARK-29677][DStreams] amazon-kinesis-client 1.12.0

etspaceman opened a new pull request #26333: [SPARK-29677][DStreams] amazon-kinesis-client 1.12.0
URL: https://github.com/apache/spark/pull/26333
 
 
   ### What changes were proposed in this pull request?
   Upgrading the amazon-kinesis-client dependency to 1.12.0.
   
   
   ### Why are the changes needed?
   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. 
   
   
   ### Does this PR introduce any user-facing change?
   No
   
   
   ### How was this patch tested?
   Existing tests
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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