Maximilian Michels created FLINK-3127: -----------------------------------------
Summary: Measure backpressure in Flink jobs Key: FLINK-3127 URL: https://issues.apache.org/jira/browse/FLINK-3127 Project: Flink Issue Type: Improvement Components: Streaming, TaskManager, Webfrontend Affects Versions: 0.10.1, 0.10.0 Reporter: Maximilian Michels Fix For: 1.0.0 Multiple users have asked for a simple way to display the backpressure in a Flink job. Backpressure could be determined by monitoring throughput and allocated network buffers at the task managers. Subsequently, a reliable measure of backpressue could be used to adjust the read behavior of sources, e.g. adjust the offset of the Kafka consumer. Also, the web frontend should display the backpressure measure to allow users to find bottlenecks in there jobs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)