streamparse 3.1.0
Implemented enhancements:
- Added
sparse visualize
command that will use graphviz to generate a visualization of your topology (PR #308)
- Can now set ssh port in config.json (Issue #229, PR #309)
- Use latest Storm for quickstart (PR #306)
- Re-enable support for bolts without outputs in
sparse run
(PR #292)
Fixed bugs:
sparse run
error if more than one environment in config.json (Issue #304, PR #305)- Switch from invoke to fabric for kafka-jvm to fix
TypeError
(Issue #301, PR #310) - Rely on pystorm 3.0.3 to fix nested exception issue
- Updated bootstrap filter so that generated
project.clj
will work fine with bothsparse run
andsparse submit