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

Expose a wrapper Record type which exposes data as byte[] instead #34

Closed theburningmonk closed 10 years ago

theburningmonk commented 10 years ago

Otherwise, to enable safe retry the consumer will need to know to not close the stream and to set the position in the stream to 0 on every attempt. It's much clearer if data is a byte array instead.