1 回答
- 最新
- 投票最多
- 评论最多
0
Hi,
If you're using 'LATEST' iterator type, the consumer starts reading new data records from the most recent point onwards and does not read the data records written prior to it. For reading older data, you may consider using a 'TRIM_HORIZON' shard iterator type, which starts reading the oldest data record in the shard.
The above also holds true when using 'Data viewer' in Kinesis Streams via AWS Console.
相关内容
- AWS 官方已更新 5 个月前
- AWS 官方已更新 2 年前