amazon-archives / kinesis-storm-spout

Kinesis spout for Storm
Other
106 stars 64 forks source link

Support trident transactional spout #13

Open pjroth opened 9 years ago

pjroth commented 9 years ago

This spout at this time seems to be of non-transactional type (implements a non-trident spout interface IRichSpout). I would like to use kinesis to implement storm trident transactions which require a transactional spout.

The bottom of this page lists the transactional spouts that I believe would be needed to be used to do this: https://storm.apache.org/documentation/Trident-spouts.html