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

ASF GitHub Bot commented on STORM-1565:
---------------------------------------

GitHub user vesense opened a pull request:

    https://github.com/apache/storm/pull/1136

    [STORM-1565] Multi-Lang Performance Improvements

    https://issues.apache.org/jira/browse/STORM-1565

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vesense/storm multilang-msgpack-serializer

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/1136.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 #1136
    
----
commit 6551cd99c867e3f47ac5db8f6c9f89752af29b85
Author: vesense <[email protected]>
Date:   2016-02-22T10:12:17Z

    add multilang MessagePackSerializer

----


> Multi-Lang Performance Improvements
> -----------------------------------
>
>                 Key: STORM-1565
>                 URL: https://issues.apache.org/jira/browse/STORM-1565
>             Project: Apache Storm
>          Issue Type: Improvement
>          Components: storm-core
>            Reporter: Xin Wang
>            Assignee: Xin Wang
>
> 1. add _org.apache.storm.multilang.MessagePackSerializer_
> 2. change default "topology.multilang.serializer" to _MessagePackSerializer_
> According to http://msgpack.org/ : It's like JSON, but fast and small.
> {quote}
> MessagePack is an efficient binary serialization format. It lets you exchange 
> data among multiple languages like JSON. But it's faster and smaller. Small 
> integers are encoded into a single byte, and typical short strings require 
> only one extra byte in addition to the strings themselves.
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to