Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.08 KB

Breeze Kickstarter

The Maven Exec plugin runs the demo in local mode.

$ mvn package exec:java

The storm command deploys the demo context on a cluster.

$ storm jar breeze-kickstarter-1.0-SNAPSHOT.jar eu.icolumbo.breeze.namespace.TopologyStarter demo

How It Works

The topology starters use Spring enabled spout and bolt Storm components to use the topology appliction context.

Note that the Marker bean will be instantiated for each call due to the prototype scope.