StackStorm/st2

how to configure cluster backends like redis,zookeeper

Open

#4806 aperta il 22 ott 2019

Vedi su GitHub
 (7 commenti) (0 reazioni) (0 assegnatari)Python (740 fork)batch import
documentationenhancementgood first issuehelp wanted

Metriche repository

Star
 (5794 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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/

Guida contributor