Class RemoveRaftVoterOptions

java.lang.Object
org.apache.kafka.clients.admin.AbstractOptions<RemoveRaftVoterOptions>
org.apache.kafka.clients.admin.RemoveRaftVoterOptions

@Stable public class RemoveRaftVoterOptions extends AbstractOptions<RemoveRaftVoterOptions>
Options for Admin.removeRaftVoter(int, org.apache.kafka.common.Uuid).

The clusterId is optional.

If provided, the request will only succeed if the cluster id matches the id of the current cluster. If the cluster id does not match, the request will fail with Errors.INCONSISTENT_CLUSTER_ID.

If not provided, the cluster id check is skipped.