You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Rajini Sivaram (Jira)" <ji...@apache.org> on 2020/02/01 16:55:00 UTC

[jira] [Created] (KAFKA-9492) ProducerResponse with record-level errors throw NPE with older client version

Rajini Sivaram created KAFKA-9492:
-------------------------------------

             Summary: ProducerResponse with record-level errors throw NPE with older client version
                 Key: KAFKA-9492
                 URL: https://issues.apache.org/jira/browse/KAFKA-9492
             Project: Kafka
          Issue Type: Bug
          Components: clients
            Reporter: Rajini Sivaram
            Assignee: Rajini Sivaram
             Fix For: 2.5.0


ProduceResponse.toStruct(version) throws NullPointerException if the response contains record errors and version < 8 (before record errors were aded to ProduceResponse). The response can't be serialized to send to older clients as a result.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)