Hey,

We are running a storm application using a single type on instance in AWS and a 
single topology to run our system.

This is causing some resource limitation issues. The way we want to address 
this is by splitting our IO intense bolts into a cluster of a few 
dozens/hundred  t1.small machines (for example) and all our CPU intense bolts 
to a few large machines with lots of cpu & memory.

Basically what i am asking is, is there a way to start all this supervisors and 
then deploy one topology that include cpu intense bolts on the big machines and 
to the small machines the deploy IO bolts?

All documentation I see, is relevant to version 0.9.x

Thanks!

Reply via email to