We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049d15b commit 37e3600Copy full SHA for 37e3600
frontend/src/lib/fixtures/topics.ts
@@ -17,6 +17,7 @@ export const internalTopicPayload = {
17
segmentSize: 0,
18
segmentCount: 1,
19
underReplicatedPartitions: 0,
20
+ messagesCount: 0,
21
partitions: [
22
{
23
partition: 0,
@@ -38,6 +39,7 @@ export const externalTopicPayload = {
38
39
segmentSize: 1263,
40
41
42
43
44
45
0 commit comments