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

RebalanceConfig

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

Defines rebalancing behavior of a Kafka cluster.

interface RebalanceConfig {
mode?: "MODE_UNSPECIFIED" | "NO_REBALANCE" | "AUTO_REBALANCE_ON_SCALE_UP";
}

§Properties

§
mode?: "MODE_UNSPECIFIED" | "NO_REBALANCE" | "AUTO_REBALANCE_ON_SCALE_UP"
[src]

Optional. The rebalance behavior for the cluster. When not specified, defaults to NO_REBALANCE.