amazon-archives / kinesis-storm-spout

Kinesis spout for Storm
Other
106 stars 64 forks source link

support 1.0.x storm builds #45

Open shauns-zg opened 7 years ago

shauns-zg commented 7 years ago

Storm changed its package names as part of the 1.0.x release, so the spout needed to be updated in order to be used with new clusters. This updates to allow connecting to 1.0.3 clusters (should work for other 1.0.x clusters as well), and fixes a few serialization issues so that bolts will be able to AssumeRole if required.

You can do whatever you want with these changes, apply whatever licence is necessary.