[
https://issues.apache.org/jira/browse/KAFKA-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15099227#comment-15099227
]
ASF GitHub Bot commented on KAFKA-2695:
---------------------------------------
GitHub user hachikuji opened a pull request:
https://github.com/apache/kafka/pull/780
KAFKA-2695: limited support for nullable byte arrays
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hachikuji/kafka KAFKA-2695
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/780.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #780
----
commit 770f3d037b5a5190d6ccc187bcbf623ca9240618
Author: Jason Gustafson <[email protected]>
Date: 2016-01-15T00:58:34Z
KAFKA-2695: limited support for nullable byte arrays
----
> 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)