Class BalancerStatusDescription

java.lang.Object
org.apache.kafka.clients.admin.BalancerStatusDescription

public class BalancerStatusDescriptionextends Object
A description of the balancer status which is fetched via ConfluentAdmin.describeBalancerStatus(DescribeBalancerStatusOptions). The status of the balancer is tracked by a status field: #balancerStatus(). * IDs of the brokers where Confluent Balancer is running is stored in field #brokerIds(). In addition to the status field, the #balancerOperationError() gives context about the status of the balancer, e.g. why the balancer is in an error state etc.