StackStorm/st2

how to configure cluster backends like redis,zookeeper

Open

#4.806 aberto em 22 de out. de 2019

Ver no GitHub
 (7 comments) (0 reactions) (0 assignees)Python (740 forks)batch import
documentationenhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (5.794 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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/

Guia do colaborador