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)