mode property

String? mode
getter/setter pair

The rebalance behavior for the cluster.

When not specified, defaults to NO_REBALANCE.

Optional. Possible string values are:

  • "MODE_UNSPECIFIED" : A mode was not specified. Do not use.
  • "NO_REBALANCE" : Do not rebalance automatically.
  • "AUTO_REBALANCE_ON_SCALE_UP" : Automatically rebalance topic partitions among brokers when the cluster is scaled up.

Implementation

core.String? mode;