audienceproject / spark-dynamodb

Plug-and-play implementation of an Apache Spark custom data source for AWS DynamoDB.
Apache License 2.0
175 stars 90 forks source link

Add Autoscaling Check #8

Closed bmgraff closed 6 years ago

bmgraff commented 6 years ago

If the itemLimit is 0, check for autoscaling and recalculate readLimit and itemLimit.

bmgraff commented 6 years ago

@jacobfi indicates a different direction is preferable.