theburningmonk / ReactoKinesix

A Rx based .Net client library for working with Amazon Kinesis
http://theburningmonk.github.io/ReactoKinesix/
MIT License
29 stars 5 forks source link

Support for DynamoDb Streams? #60

Open caindy opened 8 years ago

caindy commented 8 years ago

Would adding the ability to process DynamoDb Streams be a welcomed addition to the capabilities of this library? AWS provides an adapter allowing the Java KCL to be used with DynamoDb Streams; it seems like a natural fit for ReactoKinesix. Would you be kind enough to share thoughts on what the right extension points would be?

theburningmonk commented 8 years ago

Makes sense to add support for it, I need to familiarize myself with how their adapter works and see what the right approach is for us here. Thanks for bringing it up, let me think on it.