Skip to content

Commit 4416e43

Browse files
committed
fix multi sub in sample config
1 parent 60416c1 commit 4416e43

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

etc/consumerconfig.conf

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,23 @@
77
"ip": "127.0.0.1",
88
"port": "8001"
99
},
10-
"scale": "1000",
11-
"sub_ids": [1]
10+
"scale": "1000"
1211
},
1312
{
1413
"addr":
1514
{
1615
"ip": "127.0.0.1",
1716
"port": "8002"
1817
},
19-
"scale": "1000",
20-
"sub_ids": [1]
18+
"scale": "1000"
2119
},
2220
{
2321
"addr":
2422
{
2523
"ip": "127.0.0.1",
2624
"port": "8003"
2725
},
28-
"scale": "1000",
29-
"sub_ids": [1]
26+
"scale": "1000"
3027
}
3128
]
3229
}

0 commit comments

Comments
 (0)