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 5341c20 commit c61da13Copy full SHA for c61da13
frontend/src/lib/fixtures/topics.ts
@@ -64,7 +64,7 @@ export const topicConsumerGroups: ConsumerGroup[] = [
64
state: ConsumerGroupState.UNKNOWN,
65
coordinator: { id: 1 },
66
consumerLag: 9,
67
- inherit: ""
+ inherit: ''
68
},
69
{
70
groupId: 'amazon.msk.canary.group.broker-4',
@@ -75,7 +75,7 @@ export const topicConsumerGroups: ConsumerGroup[] = [
75
state: ConsumerGroupState.COMPLETING_REBALANCE,
76
77
78
79
80
];
81
0 commit comments