calrissian / flowmix

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

The Event loader component should use the same parallelism as the rest of the topology #39

Closed cjnolet closed 10 years ago

cjnolet commented 10 years ago

It should really be assumed that a parallelizable queue is being used that can round-robin data into the spouts. I would rather have this be the default rather than have the default become a bottleneck.