You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Chia-Ping Tsai (Jira)" <ji...@apache.org> on 2020/10/29 03:30:00 UTC

[jira] [Created] (KAFKA-10658) ErrantRecordReporter.report always return completed future even though the record is not sent to DLQ topic yet

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)