ConsumerGroup
import type { ConsumerGroup } from "https://googleapis.deno.dev/v1/managedkafka:v1.ts";
A Kafka consumer group in a given cluster.
§Properties
§
name?: string
[src]Identifier. The name of the consumer group. The consumer_group
segment
is used when connecting directly to the cluster. Structured like:
projects/{project}/locations/{location}/clusters/{cluster}/consumerGroups/{consumer_group}
§
topics?: {}
[src][key: string]: ConsumerTopicMetadata;
Optional. Metadata for this consumer group for all topics it has metadata for. The key of the map is a topic name, structured like: projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}