StackStorm/st2

how to configure cluster backends like redis,zookeeper

开放

#4,806 创建于 2019年10月22日

 (7 条评论) (0 个反应) (0 位负责人)Python (740 个派生)batch import
documentationenhancementgood first issuehelp wanted

仓库指标

星标
 (5,794 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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/

贡献者指南