Jiangjie Qin created KAFKA-1896: ----------------------------------- Summary: Record size funcition of record in mirror maker hit NPE when the message value is null. Key: KAFKA-1896 URL: https://issues.apache.org/jira/browse/KAFKA-1896 Project: Kafka Issue Type: Bug Reporter: Jiangjie Qin Assignee: Jiangjie Qin
The byte bounded queue should not assume the message value is not null. For compacted topics, the tombstone message will have a null value, which lead to an NPE. -- This message was sent by Atlassian JIRA (v6.3.4#6332)