Class RandomBootstrapSelectionStrategy

java.lang.Object
io.kroxylicious.proxy.bootstrap.RandomBootstrapSelectionStrategy
All Implemented Interfaces:
BootstrapSelectionStrategy, Function<List<HostPort>,HostPort>

public class RandomBootstrapSelectionStrategy extends Object implements BootstrapSelectionStrategy
BootstrapSelectionStrategy which selects a random server from the given list of servers as the bootstrap server.