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

Take in a processor factory instead of an instance of a processor #47

Closed theburningmonk closed 10 years ago

theburningmonk commented 10 years ago

as the current approach forces the user to handle concurrency and it's not necessarily clear that they need to make the process method thread-safe or not.