Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ConsumerTopicMetadata

import type { ConsumerTopicMetadata } from "https://googleapis.deno.dev/v1/managedkafka:v1.ts";

Metadata for a consumer group corresponding to a specific topic.

interface ConsumerTopicMetadata {
partitions?: {
[key: string]: ConsumerPartitionMetadata;
}
;
}

§Properties

§
partitions?: {
[key: string]: ConsumerPartitionMetadata;
}
[src]

Optional. Metadata for this consumer group and topic for all partition indexes it has metadata for.