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

Two workers can start process the same shard #25

Closed theburningmonk closed 10 years ago

theburningmonk commented 10 years ago

When two workers both start and see a new shard without checkpoint they both try to process it until the last one to try to update heartbeat fails with conditional check error.