Chia-Ping Tsai created KAFKA-10658: -------------------------------------- Summary: ErrantRecordReporter.report always return completed future even though the record is not sent to DLQ topic yet Key: KAFKA-10658 URL: https://issues.apache.org/jira/browse/KAFKA-10658 Project: Kafka Issue Type: Bug Reporter: Chia-Ping Tsai Assignee: Chia-Ping Tsai
This issue happens when both DLQ and error log are enabled. There is a incorrect filter in handling multiple reports and it results in the uncompleted future is filtered out. Hence, users always receive a completed future even though the record is still in producer buffer. -- This message was sent by Atlassian Jira (v8.3.4#803005)