Skip to content

streamparse 3.1.0

Compare
Choose a tag to compare
@dan-blanchard dan-blanchard released this 01 Sep 20:43
30c6d70

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 both sparse run and sparse submit