Uses of Interface
io.kroxylicious.proxy.bootstrap.BootstrapSelectionStrategy
Packages that use BootstrapSelectionStrategy
-
Uses of BootstrapSelectionStrategy in io.kroxylicious.proxy.bootstrap
Classes in io.kroxylicious.proxy.bootstrap that implement BootstrapSelectionStrategyModifier and TypeClassDescriptionclassBootstrapSelectionStrategywhich selects a random server from the given list of servers as the bootstrap server.classBootstrapSelectionStrategythat selects a server from the given list of servers as the bootstrap server in a round-robin fashion. -
Uses of BootstrapSelectionStrategy in io.kroxylicious.proxy.config
Methods in io.kroxylicious.proxy.config that return BootstrapSelectionStrategyModifier and TypeMethodDescriptionTargetCluster.selectionStrategy()Returns the value of theselectionStrategyrecord component.Constructors in io.kroxylicious.proxy.config with parameters of type BootstrapSelectionStrategyModifierConstructorDescriptionTargetCluster(String bootstrapServers, Optional<io.kroxylicious.proxy.config.tls.Tls> tls, BootstrapSelectionStrategy selectionStrategy) Creates an instance of aTargetClusterrecord class.