StackStorm/st2
how to configure cluster backends like redis,zookeeper
Ouverte
#4 806 ouverte le 22 oct. 2019
documentationenhancementgood first issuehelp wanted
Métriques du dépôt
- Stars
- (5 794 étoiles)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
Does st2.conf file support adding redundant pairs of backend coordinator like zookeeper or redis? We have zookeeper cluster (3 instances) but not sure how to include 3 instances in st2.conf. Tried below config but doesn't work.
[coordination] url = kazoo://user:pass@host1:2181/, kazoo://user:pass@host2:2181/, kazoo://user:pass@host3:2181/