Class ConcurrentReconfigureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.kroxylicious.proxy.reload.ConcurrentReconfigureException
All Implemented Interfaces:
Serializable

public class ConcurrentReconfigureException extends RuntimeException
Exceptional-completion cause for KafkaProxy.reconfigure(Configuration) when a second reconfigure call arrives while another is in progress.

This exception is not thrown synchronously from reconfigure(); instead the returned future completes exceptionally with this cause. Callers should retry, typically with the most recent desired configuration.

See Also:
  • Constructor Details

    • ConcurrentReconfigureException

      public ConcurrentReconfigureException()
    • ConcurrentReconfigureException

      public ConcurrentReconfigureException(String message)