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

Handle the case that another worker is processing the shard #16

Closed theburningmonk closed 10 years ago

theburningmonk commented 10 years ago

simple solution is to raise an event that the app can look for, alternatively ref to the app can be passed into the worker so that it can be notified that way.