Yelp / pyleus

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

Support options pass through to Storm #90

Open smoy opened 9 years ago

smoy commented 9 years ago

Context:

There are topology options not used by Pyleus but used by Storm. For example, "topology.sleep.spout.wait.strategy.time.ms" is useful for spout implementers to specific the interval for the tuple generation.

Feature Request:

Implement a pass through options to specify options not known by Pyleus but known by Storm.

mendynew commented 9 years ago

Does this feature be supported?

poros commented 9 years ago

No one is working on it. If you want to submit a pull request, feel free to do that :)