awslabs / amazon-kinesis-client-ruby

A Ruby interface for the Amazon Kinesis Client Library. Allows developers to easily create robust application to process Amazon Kinesis streams in Ruby.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request for clarification: should we use 1.0.2 or master?

maxjacobson opened this issue Β· comments

πŸ‘‹ hi there. We just started using this. Seems really great so far! We followed the examples that are on master, but then saw some logs related to shutdownRequested, and noticed that master is slightly behind the latest gem release (1.0.2), and the main new thing is that support has been added to handle that action.

For now, we're planning to use the code from master, and are pulling the gem in via git rather than rubygems. If master is stable, will you please consider releasing it at 1.0.3?

Thanks!

Diff: v1.0.1...03be111