4. Broker hinzugefĆ¼gt
[demos/kafka/training] / docker / reasignment.json
1 {
2   "version": 1,
3   "partitions": [
4     {
5       "topic": "test",
6       "partition": 0,
7       "replicas": [
8         2,
9         1,
10         3
11       ],
12       "log_dirs": [
13         "any",
14         "any",
15         "any"
16       ]
17     },
18     {
19       "topic": "test",
20       "partition": 1,
21       "replicas": [
22         2,
23         1,
24         3
25       ]
26     }
27   ]
28 }