Package org.apache.kafka.clients.admin
Class DescribeBrokerRemovalsResult
java.lang.Object
org.apache.kafka.clients.admin.DescribeBrokerRemovalsResult
The result of
ConfluentAdmin.describeBrokerRemovals(DescribeBrokerRemovalsOptions).
The API of this class is evolving. See ConfluentAdmin for details.-
Method Summary
Modifier and TypeMethodDescriptiondescription(int brokerId) Return a future of an optional broker removal description for the provided #brokerIdReturn a map of broker ids to futures which can be used to check the status of individual broker removals.
-
Method Details
-
descriptions
Return a map of broker ids to futures which can be used to check the status of individual broker removals. -
description
Return a future of an optional broker removal description for the provided #brokerId
-