You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Zichen Liu (Jira)" <ji...@apache.org> on 2022/03/10 15:00:00 UTC

[jira] [Created] (FLINK-26589) Update the logging level of Kinesis Streams and Firehose sinks

Zichen Liu created FLINK-26589:
----------------------------------

             Summary: Update the logging level of Kinesis Streams and Firehose sinks
                 Key: FLINK-26589
                 URL: https://issues.apache.org/jira/browse/FLINK-26589
             Project: Flink
          Issue Type: Bug
          Components: Connectors / Kinesis
            Reporter: Zichen Liu
            Assignee: Ahmed Hamdy
             Fix For: 1.15.0


h2. Bug:

The Async Sink Base sink is not limiting throughput to the destination and therefore exceeding rate limits

*Cause:*

We are not throttling our requests downstream at all.

We should monitor for requests that have failed with ThroughputExceeded exceptions and reduce the throughput accordingly.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)