StackStorm/st2
GitHub で見るhow to configure cluster backends like redis,zookeeper
Open
#4,806 opened on 2019年10月22日
documentationenhancementgood first issuehelp wanted
Repository metrics
- Stars
- (5,794 stars)
- PR merge metrics
- (30d に merged 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/