Yelp / pyleus

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

Remove scala/ and kafka/ from the JAR if no Kafka spout is used #57

Open patricklucas opened 9 years ago

patricklucas commented 9 years ago

scala/ alone represents more than half of the bytes in the base jar, and kafka/ accounts for a few megabytes more.

If the user is not using a Kafka spout then these are wasted space and can be deleted at build time.