Skip to content

Commit b600b1f

Browse files
wip
1 parent 3b285cc commit b600b1f

File tree

1 file changed

+77
-7
lines changed

1 file changed

+77
-7
lines changed

tests/@setup/configs/kafka-topics.json

Lines changed: 77 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,95 @@
2424
}
2525
],
2626
"lifecycleTopics": [
27+
{
28+
"suffix": "cold-status-e2e-cold",
29+
"partitions": 10,
30+
"description": "DMF/Sorbet cold status topic"
31+
},
32+
{
33+
"suffix": "cold-archive-req-e2e-cold",
34+
"partitions": 10,
35+
"description": "DMF/Sorbet cold archive request topic"
36+
},
37+
{
38+
"suffix": "cold-gc-req-e2e-cold",
39+
"partitions": 10,
40+
"description": "DMF/Sorbet cold GC request topic"
41+
},
42+
{
43+
"suffix": "cold-restore-req-e2e-cold",
44+
"partitions": 10,
45+
"description": "DMF/Sorbet cold restore request topic"
46+
},
47+
{
48+
"suffix": "cold-restore-adjust-req-e2e-cold",
49+
"partitions": 10,
50+
"description": "DMF/Sorbet cold restore adjust request topic"
51+
},
52+
{
53+
"suffix": "cold-dead-letter-e2e-cold",
54+
"partitions": 10,
55+
"description": "DMF/Sorbet cold dead letter topic"
56+
},
57+
{
58+
"suffix": "cold-status-e2e-miria-archive",
59+
"partitions": 10,
60+
"description": "Miria cold status topic"
61+
},
62+
{
63+
"suffix": "cold-archive-req-e2e-miria-archive",
64+
"partitions": 10,
65+
"description": "Miria cold archive request topic"
66+
},
67+
{
68+
"suffix": "cold-gc-req-e2e-miria-archive",
69+
"partitions": 10,
70+
"description": "Miria cold GC request topic"
71+
},
72+
{
73+
"suffix": "cold-restore-req-e2e-miria-archive",
74+
"partitions": 10,
75+
"description": "Miria cold restore request topic"
76+
},
77+
{
78+
"suffix": "cold-restore-adjust-req-e2e-miria-archive",
79+
"partitions": 10,
80+
"description": "Miria cold restore adjust request topic"
81+
},
82+
{
83+
"suffix": "cold-dead-letter-e2e-miria-archive",
84+
"partitions": 10,
85+
"description": "Miria cold dead letter topic"
86+
},
2787
{
2888
"suffix": "cold-status-e2e-azure-archive",
2989
"partitions": 10,
30-
"description": "Main Azure archive cold status topic for lifecycle transitions"
90+
"description": "Azure archive cold status topic"
91+
},
92+
{
93+
"suffix": "cold-archive-req-e2e-azure-archive",
94+
"partitions": 10,
95+
"description": "Azure archive cold archive request topic"
96+
},
97+
{
98+
"suffix": "cold-gc-req-e2e-azure-archive",
99+
"partitions": 10,
100+
"description": "Azure archive cold GC request topic"
31101
},
32102
{
33-
"suffix": "cold-status-e2e-azure-archive-2-non-versioned",
103+
"suffix": "cold-restore-req-e2e-azure-archive",
34104
"partitions": 10,
35-
"description": "Azure archive cold status topic for non-versioned buckets"
105+
"description": "Azure archive cold restore request topic"
36106
},
37107
{
38-
"suffix": "cold-status-e2e-azure-archive-2-versioned",
108+
"suffix": "cold-restore-adjust-req-e2e-azure-archive",
39109
"partitions": 10,
40-
"description": "Azure archive cold status topic for versioned buckets"
110+
"description": "Azure archive cold restore adjust request topic"
41111
},
42112
{
43-
"suffix": "cold-status-e2e-azure-archive-2-suspended",
113+
"suffix": "cold-dead-letter-e2e-azure-archive",
44114
"partitions": 10,
45-
"description": "Azure archive cold status topic for suspended buckets"
115+
"description": "Azure archive cold dead letter topic"
46116
}
47117
]
48118
}

0 commit comments

Comments
 (0)