Managed Service for Apache Kafka API v1 API - Enum RebalanceConfig.Types.Mode (1.0.0-beta01)

public enum RebalanceConfig.Types.Mode

Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API enum RebalanceConfig.Types.Mode.

The partition rebalance mode for the cluster.

Namespace

Google.Cloud.ManagedKafka.V1

Assembly

Google.Cloud.ManagedKafka.V1.dll

Fields

Name Description
AutoRebalanceOnScaleUp

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

NoRebalance

Do not rebalance automatically.

Unspecified

A mode was not specified. Do not use.