Class DescribeBrokerAdditionsResult
java.lang.Object
org.apache.kafka.clients.admin.DescribeBrokerAdditionsResult
The result of
ConfluentAdmin.describeBrokerAdditions(DescribeBrokerAdditionsOptions).
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 addition description for the provided #brokerIdReturn a future of a map of broker ids to descriptions which can be used to check the status of individual broker additions.
-
Method Details
-
descriptions
Return a future of a map of broker ids to descriptions which can be used to check the status of individual broker additions. -
description
Return a future of an optional broker addition description for the provided #brokerId
-