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

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

Github user HeartSaVioR commented on the issue:

    https://github.com/apache/storm/pull/1136
  
    @dan-blanchard 
    Yeah, agreed. I've addressed several multi-lang issues so I had been 
interested on multi-lang feature of Storm, but few people have interest on 
maintaining / improving basic implementation of multilang protocol in various 
language even python.
    Pystorm seems great, and we lack contributors who care multi-lang 
implementations as one of major module so I'd still rather rely on stable 
implementation than build from scratch. Just one concern for me is that it 
seems to be heavily depending on you (I mean individual) so I'm curious we feel 
safe to rely on.


> 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