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."],[[["This documentation covers the `RebalanceConfig` class, which is part of the Google Cloud Managed Kafka API v1 and defines the rebalancing behavior of a Kafka cluster."],["The `RebalanceConfig` class is found within the `Google.Cloud.ManagedKafka.V1` namespace and is implemented in the `Google.Cloud.ManagedKafka.V1.dll` assembly."],["There are two constructors available for the `RebalanceConfig` class, one default and another that takes an existing `RebalanceConfig` object as a parameter to act as a copy constructor."],["The `RebalanceConfig` class has a `Mode` property that determines the rebalance behavior, with a default setting of `NO_REBALANCE` if not explicitly specified."],["The `RebalanceConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a range of functionalities."]]],[]]