public sealed class RebalanceConfig : IMessage<RebalanceConfig>, IEquatable<RebalanceConfig>, IDeepCloneable<RebalanceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class RebalanceConfig.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The `RebalanceConfig` class in the Google.Cloud.ManagedKafka.V1 API defines the rebalancing behavior of a Kafka cluster."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a default one and another that takes another `RebalanceConfig` as an argument."],["The `Mode` property, of type `RebalanceConfig.Types.Mode`, controls the rebalance behavior, defaulting to `NO_REBALANCE` if unspecified."],["The documentation available is for the 1.0.0-beta03 version, with the latest being 1.0.0-beta04, and is part of the Managed Service for Apache Kafka API v1."]]],[]]