Skip to content

Release 1.8.5 of the Amazon Kinesis Client for Java

Compare
Choose a tag to compare
@pfifer pfifer released this 26 Sep 21:32
· 454 commits to master since this release

Release 1.8.5 (September 26, 2017)

  • Only advance the shard iterator for the accepted response.
    This fixes a race condition in the KinesisDataFetcher when it's being used to make asynchronous requests. The shard iterator is now only advanced when the retriever calls DataFetcherResult#accept().