Github user dan-blanchard commented on the issue:
https://github.com/apache/storm/pull/1136
I'm not on the Storm dev mailing list yetâI guess I should probably fix
thatâbut we actually already have a Python implementation of msgpack
serialization in [pystorm](https://github.com/pystorm/pystorm), the Python
multi-lang implementation that powers
[streamparse](https://github.com/Parsely/streamparse).
I've been meaning to propose for a while that instead of having your own
default Python multi-lang implementation in Storm that very few people use
(because it's not very Pythonic or production-ready), you should instead point
people to use [pystorm](https://github.com/pystorm/pystorm) at the very least.
It provides all the functionality that the `storm.py` provides but with
documentation, exception handling, logging, etc. pystorm is intended to be
used as a starting point for more full-fledged Python-Storm interop libraries
(like streamparse), but if you want to replace the bare bones provdided by
`storm.py` with an enhanced version of the same thing, it seems like pystorm is
the way to go.
---
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.
---