Yelp / pyleus

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

tuple size limitation #125

Closed hadisotudeh closed 9 years ago

hadisotudeh commented 9 years ago

Hi I want to know is there any limitation of tuple size, here?

poros commented 9 years ago

Pyleus doesn't set any limit to the tuple size, and Storm as well, as far as I know. However, it would be better to look for this in the official documentation for Storm.