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.
Apache License 2.0
146 stars 55 forks source link

Fix dependencies #3

Open peakxu opened 9 years ago

peakxu commented 9 years ago

@rmahfoud, please review.

Context: I was trying to run the kinesis sample and needed to make the following changes for it to run locally. Made a few changes to make it compatible w/ AWS-SDK v2 + relative load paths.

plukevdh commented 8 years ago

Would be nice to have this still.

ezetter commented 8 years ago

It would STILL be nice to have this.

peakxu commented 8 years ago

@plukevdh, @ezetter, depending upon your use cases, the JRuby bindings may be worth looking into as well. https://github.com/kickstarter/telekinesis. For the applications that I've been running, I've generally found that solution to be more robust. I added the record processor v2 interface on that repo.