You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/12 16:37:00 UTC

[jira] [Commented] (KAFKA-5631) Use Jackson for serialising to JSON

    [ https://issues.apache.org/jira/browse/KAFKA-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16287842#comment-16287842 ] 

ASF GitHub Bot commented on KAFKA-5631:
---------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/kafka/pull/4259


> Use Jackson for serialising to JSON
> -----------------------------------
>
>                 Key: KAFKA-5631
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5631
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Ismael Juma
>            Assignee: Umesh Chaudhary
>              Labels: newbie
>             Fix For: 1.1.0
>
>
> We currently serialise to JSON via a manually written method `Json.encode`. The implementation is naive: it does a lot of unnecessary String concatenation and it doesn't handle escaping well.
> KAFKA-1595 switches to Jackson for parsing, so it would make sense to do this after that one is merged.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)