Flowmix is a flexible event processing engine for Apache Storm. It supports complex correlations of events via sliding/tumbling windows. It allows parallel streams to be processed that can be grouped together in different ways.
Apache License 2.0
55
stars
20
forks
source link
Common functionality in bolts needs to be placed in helper classes #23
There's some pretty common blocks of code that exist in pretty much all the bolts. This code needs to be refactored into a helper class so that it's in one place instead of many.
There's some pretty common blocks of code that exist in pretty much all the bolts. This code needs to be refactored into a helper class so that it's in one place instead of many.