Dinesh created FLINK-34046: ------------------------------ Summary: Add metrics to AsyncWaitOperator Retry Flow Key: FLINK-34046 URL: https://issues.apache.org/jira/browse/FLINK-34046 Project: Flink Issue Type: Improvement Components: API / DataStream Reporter: Dinesh
AsyncWaitOperator supports retry if retry Strategy is set. But there is no metrics to count the messages retried, message retry succeeded and dropped message count after reaching configured retry count. To address this we propose to add metrics for Retry Count, Retry Success Count and Dropped after max retry Count. -- This message was sent by Atlassian Jira (v8.20.10#820010)