Hi,

I would like to deploy Storm Nimbus HA in Kubernetes. I have an interrogation. We have a service nimbus named "storm-nimbus", that has nimbus endpoints (eg nimbus1, nimbus2, nimbus3). Should we set in nimbus.seeds an array of one element that is the service name, and let kubernetes handle the health of nimbus:

nimbus.seeds: ["storm-nimbus"]

or put as the doc says, the full list of machines and let nimbus handle the nimbus failure?

nimbus.seeds: ["nimbus1", "nimbus2", "nimbus3"]?

Thank you.

Reply via email to