CapacityConfig
import type { CapacityConfig } from "https://googleapis.deno.dev/v1/managedkafka:v1.ts";
A capacity configuration of a Kafka cluster.
interface CapacityConfig {
memoryBytes?: bigint;
vcpuCount?: bigint;
}import type { CapacityConfig } from "https://googleapis.deno.dev/v1/managedkafka:v1.ts";
A capacity configuration of a Kafka cluster.