Uses of Interface
io.kroxylicious.proxy.reload.ReconfigureResult
Packages that use ReconfigureResult
Package
Description
-
Uses of ReconfigureResult in io.kroxylicious.proxy
Methods in io.kroxylicious.proxy that return types with arguments of type ReconfigureResultModifier and TypeMethodDescriptionKafkaProxy.reconfigure(Configuration newConfig) Apply the given configuration to this running proxy, restarting only the virtual clusters whose effective configuration differs from the current running state. -
Uses of ReconfigureResult in io.kroxylicious.proxy.internal.reload
Methods in io.kroxylicious.proxy.internal.reload that return types with arguments of type ReconfigureResultModifier and TypeMethodDescriptionConfigurationReloadOrchestrator.reconfigure(Configuration newConfig) ApplynewConfigto the running proxy. -
Uses of ReconfigureResult in io.kroxylicious.proxy.reload
Methods in io.kroxylicious.proxy.reload that return ReconfigureResultModifier and TypeMethodDescriptionstatic ReconfigureResultReconfigureResult.of(Collection<ReconfigureError> errors) Returns aReconfigureResultbacked by an immutable copy of the given errors.