1 回答
- 最新
- 投票最多
- 评论最多
1
Even though the throughput limits are not modifiable, customer can achieve higher throughput by sizing their Kinesis streams with enough number of shards and choose partition key wisely to distribute incoming records evenly across the shards.
There is a calculator available on Kinesis console, which can be used to calculate the number of shards needed based on the record rate and size.
Customer also should tune their Kinesis producer and consumer code to optimize the performance using KCL/KPL
相关内容
- AWS 官方已更新 5 年前
- AWS 官方已更新 10 个月前
- AWS 官方已更新 10 个月前