High Availability #419
-
I've successfully deployed the operator to my Kubernetes cluster along with the brokers. I noticed that in the Broker chart there's this line:
From my testing, if i change that to 2, it'll deploy two brokers. Does that mean High Availability gets configured automatically by the broker and my messages/queues will not get lost when one of my brokers goes down? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The High Availability is provided with
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the response! That's great to know! |
Beta Was this translation helpful? Give feedback.
The High Availability is provided with
messageMigration
and the persistence is provided persisting messages to persistent storage withpersistenceEnabled
, i.e.