Merge branch 'prefetch' into prefetch

This commit is contained in:
BtXin 2017-09-21 11:32:31 -07:00 committed by GitHub
commit db8b8d5abc

View file

@ -569,7 +569,7 @@ public class KinesisClientLibConfiguration {
this.shardPrioritization = DEFAULT_SHARD_PRIORITIZATION;
this.recordsFetcherFactory = recordsFetcherFactory;
this.shutdownGraceMillis = shutdownGraceMillis;
this.shutdownGraceMillis = shutdownGraceMillis;
}
// Check if value is positive, otherwise throw an exception