Class BrokerAdditionDescription

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

public class BrokerAdditionDescription extends Object
A description of a broker addition operation, which has been listed via ConfluentAdmin.describeBrokerAdditions(DescribeBrokerAdditionsOptions). The status of the addition is tracked by one status field: #partitionReassignmentsStatus(), a #PartitionReassignmentsStatus denoting the status of the addition operation. Additionally, the #additionError() helps give context to the status - it can shed light on why the operation failed, why it's stuck in pending for a long time and etc.