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/

貢獻者指南