Package org.apache.kafka.clients.admin
Class RemoveBrokersOptions
java.lang.Object
org.apache.kafka.clients.admin.AbstractOptions<RemoveBrokersOptions>
org.apache.kafka.clients.admin.RemoveBrokersOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns whether the broker removal operation should shut down the removed brokers at the end of the process.shouldShutdownBrokers
(boolean shouldShutdownBrokers) Sets whether the broker removal operation should shut down the removed brokers at the end of the process.Methods inherited from class org.apache.kafka.clients.admin.AbstractOptions
timeoutMs, timeoutMs
-
Constructor Details
-
RemoveBrokersOptions
public RemoveBrokersOptions()
-
-
Method Details
-
shouldShutdownBrokers
public boolean shouldShutdownBrokers()Returns whether the broker removal operation should shut down the removed brokers at the end of the process. -
shouldShutdownBrokers
Sets whether the broker removal operation should shut down the removed brokers at the end of the process.
-