The number of spout and bolt executors can be changed at run time, but not
the number of tasks. The number of worker processes can also be changed.
You cannot change the layout of the topology by adding or removing spouts
or bolts.  If you need to add data sources without down time one thing you
can do is have a spout that reads off a queue and then add components that
push to the queue.
On May 13, 2014 6:07 AM, "Amikam Snir" <amikams...@gmail.com> wrote:

> Hi all,
>
> Is there any way to change topology at runtime?
>
> For example:
>
> 1.       Adding new spout instance and wiring it?
>
> 2.       Changing the amount of defined spouts & bolts?
>
>
>

Reply via email to