You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by dan-blanchard <gi...@git.apache.org> on 2017/01/04 19:05:32 UTC

[GitHub] storm issue #1136: [STORM-1565] Multi-Lang Performance Improvements

Github user dan-blanchard commented on the issue:

    https://github.com/apache/storm/pull/1136
  
    > Will MessagePackSerializer solve this problem?
    
    It will if this code is updated to use the latest version of the `msgpack-core` library.  As I mentioned in a previous comment:
    
    > This would be much more useful if it were implemented using a newer version of the msgpack-core library\u2014they changed the name after 0.6.12\u2014because 0.7 and above supports the `BINARY` format, which lets you send arbitrary bytes. Without that, you won't be able to send tuples containing arbitrary bytes with this serializer. This is also a problem with the JSON serializer (because JSON strings can't contain non-Unicode characters), but it would be great if we didn't have the problem here.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---