This is an automated email from the ASF dual-hosted git repository. arvid pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git.
from 273dce5 [FLINK-23528][kinesis] Do not interrupt main thread during cancellation. new 8e8a60a [hotfix][metrics] Allow to mock OperatioIOMetricGroup in SinkWriterMetricGroup new 545fd7a [FLINK-23838][connectors/kafka] Implement FLIP-33 metrics for KafkaSink The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/flink/connector/kafka/MetricUtil.java | 79 +++++++++ .../flink/connector/kafka/sink/KafkaWriter.java | 50 +++++- .../connector/kafka/sink/KafkaWriterITCase.java | 178 +++++++++++++++++---- .../groups/InternalSinkWriterMetricGroup.java | 6 + 4 files changed, 276 insertions(+), 37 deletions(-) create mode 100644 flink-connectors/flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/MetricUtil.java