Module: Google::Cloud::ManagedKafka::V1::RebalanceConfig::Mode

Defined in:
proto_docs/google/cloud/managedkafka/v1/resources.rb

Overview

The partition rebalance mode for the cluster.

Constant Summary collapse

MODE_UNSPECIFIED =

A mode was not specified. Do not use.

0
NO_REBALANCE =

Do not rebalance automatically.

1
AUTO_REBALANCE_ON_SCALE_UP =

Automatically rebalance topic partitions among brokers when the cluster is scaled up.

2