mhart / kinesalite

An implementation of Amazon's Kinesis built on LevelDB
MIT License
808 stars 86 forks source link

Add support for Timestamp in GetShardIterator #30

Closed mhart closed 6 years ago

mhart commented 8 years ago

http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetShardIterator.html#Streams-GetShardIterator-request-Timestamp

Recently announced here: https://aws.amazon.com/blogs/aws/amazon-kinesis-update-amazon-elasticsearch-service-integration-shard-level-metrics-time-based-iterators/

kaelumania commented 7 years ago

@mhart I bumped into this issue, are there any plans to support this feature soon?

rroblak commented 7 years ago

@mhart I submitted #49 to add support for the AT_TIMESTAMP shard iterator type.

mhart commented 6 years ago

Fixed by #49