cube.conf 475 字节
Newer Older
Y
yangrui07 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
[{
    "dict_name": "table_test_1",
    "shard": 5,
    "dup": 1,
    "timeout": 200,
    "retry": 3,
    "backup_request": 10,
    "type": "ipport",
    "load_balancer": "la",
    "nodes": [{
        "ip": "127.0.0.1",
        "port": 8950
    },{
        "ip": "127.0.0.1",
        "port": 8951
    },{
        "ip": "127.0.0.1",
        "port": 8952
    },{
        "ip": "127.0.0.1",
        "port": 8953
    },{
        "ip": "127.0.0.1",
        "port": 8954
    }]
}]