Chapter 78. KafkaAutoRebalanceStatus schema reference


Used in: KafkaStatus

Expand
PropertyProperty typeDescription

state

string (one of [RebalanceOnScaleUp, Idle, RebalanceOnScaleDown])

The current state of an auto-rebalancing operation. Possible values are:

  • Idle as the initial state when an auto-rebalancing is requested or as final state when it completes or fails.
  • RebalanceOnScaleDown if an auto-rebalance related to a scale-down operation is running.
  • RebalanceOnScaleUp if an auto-rebalance related to a scale-up operation is running.

lastTransitionTime

string

The timestamp of the latest auto-rebalancing state update.

modes

KafkaAutoRebalanceStatusBrokers array

List of modes where an auto-rebalancing operation is either running or queued. Each mode entry (add-brokers or remove-brokers) includes one of the following:

  • Broker IDs for a current auto-rebalance.
  • Broker IDs for a queued auto-rebalance (if a previous rebalance is still in progress).
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top