+2 votes
in Apache Storm by
Is Nimbus a single point of failure?

1 Answer

0 votes
by

If you lose the Nimbus node, the workers will still continue to function. Additionally, supervisors will continue to restart workers if they die. However, without Nimbus, workers won’t be reassigned to other machines when necessary (like if you lose a worker machine).

Related questions

0 votes
asked May 19, 2020 in JUnit by SakshiSharma
0 votes
asked Apr 19 in AWS by DavidAnderson
...