Description 🔍 Description
⏰ Implementation Idea
ZooKeeper 설정 파일 구조 결정 #24
kind : zookeeper
path : /home/jam2in/arcus/zookeeper
version : 3.5.9
servers :
- id : 1
address : cache-01:2181
internal_address : [ cache-01:2888:3888 ]
- id : 2
address : cache-02:2181
internal_address : [ cache-02:2888:3888 ]
- id : 3
address : cache-03:2181
internal_address : [ cache-03:2888:3888 ]
Memcached 설정 파일 구조 결정 #23
kind : memcached
path : /home/jam2in/arcus/memcached
version : 0.10.0-E
zookeeper : cache-01:2181,cache-02:2181,cache-03:2181
service_code : sample
servers :
- address : cache-01:11211
group :
name : g1
address : cache-01:11311
- address : cache-02:11212
group :
name : g1
address : cache-02:11312
- address : cache-02:11211
group :
name : g2
address : cache-02:11311
- address : cache-03:11212
group :
name : g2
address : cache-03:11312
- address : cache-03:11211
group :
name : g3
address : cache-03:11311
- address : cache-01:11212
group :
name : g3
address : cache-01:11312
Reactions are currently unavailable
You can’t perform that action at this time.
🔍 Description
⏰ Implementation Idea