Skip navigation links
org.apache.kafka.clients.admin

Class KafkaAdminClient

Specified by:
removeBrokers in interface ConfluentAdmin
Parameters:
brokersToRemove - The broker IDs to drain off partition replicas and shut down. Must not be empty.
options - The options to use for the request.
Returns:
The result of the broker removal operation.
Specified by:
triggerEvenClusterLoad in interface ConfluentAdmin
Parameters:
options - The options to use for the request.
Returns:
The result of the even cluster load request whether it was accepted or denied.
Skip navigation links