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—they changed the name after 
0.6.12—because 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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to