consumerGroup.ts 106 B

12345
  1. export interface ConsumerGroup {
  2. consumerGroupId: string;
  3. numConsumers: number;
  4. numTopics: number;
  5. }