Jason Gustafson created KAFKA-2695: -------------------------------------- Summary: Handle null string/bytes protocol primitives Key: KAFKA-2695 URL: https://issues.apache.org/jira/browse/KAFKA-2695 Project: Kafka Issue Type: Bug Reporter: Jason Gustafson Assignee: Jason Gustafson
The kafka protocol supports null bytes and string primitives by passing -1 as the size, but the current deserializers implemented in o.a.k.common.protocol.types.Type do not handle them. -- This message was sent by Atlassian JIRA (v6.3.4#6332)