Yelp / pyleus

Pyleus is a Python framework for developing and launching Storm topologies.
Apache License 2.0
404 stars 113 forks source link

Try out msgpack-java v0.7 support for nested maps and arrays #96

Open poros opened 9 years ago

poros commented 9 years ago

Support for nested maps and arrays has been implemented in msgpaxk-java v0.7.x (https://github.com/msgpack/msgpack-java/issues/131)

We ended up writing that behavior by ourselves in the java serializer, so we are kinda fine with that for now, but if this work as intended it may make our life a little easier. Definitely worth a try.