all-things-risingwave
Why am I getting a throughput exceeded warning for a Kinesis stream?
I received a warning message indicating that the throughput for a Kinesis stream has been exceeded. What could be the reason behind this warning?
Bu
Bui Tien
Asked on May 05, 2023
- The warning indicates that the throughput limit for the Kinesis stream has been exceeded.
- This can happen when the incoming data rate is higher than the provisioned throughput capacity of the stream.
- It is expected behavior when the stream reaches its limit.
Example:
2023-05-05T12:21:35.645437Z WARN risingwave_connector::source::kinesis::source::reader: stream "dev-dwh-rockset-ods-bpm_data_entry" shard "shardId-000000000001" throughput exceeded, retry
May 06, 2023Edited by