Stanislav Savulchik created KAFKA-13606: -------------------------------------------
Summary: MirrorCheckpointTask doesn't check offsets sync result Key: KAFKA-13606 URL: https://issues.apache.org/jira/browse/KAFKA-13606 Project: Kafka Issue Type: Bug Components: mirrormaker Affects Versions: 3.0.0, 2.8.1, 2.7.2, 2.7.1, 2.8.0, 2.7.0 Reporter: Stanislav Savulchik {{MirrorCheckpointTask}} doesn't check the result of calling {{AdminClient#alterConsumerGroupOffsets}} method that could return a failed Future for instance due to incorrect ACL in the target kafka cluster. [https://github.com/apache/kafka/blob/3.0.0/connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorCheckpointTask.java#L302] -- This message was sent by Atlassian Jira (v8.20.1#820001)