Package io.kroxylicious.proxy.reload
Class ConcurrentReconfigureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.kroxylicious.proxy.reload.ConcurrentReconfigureException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConcurrentReconfigureException
public ConcurrentReconfigureException() -
ConcurrentReconfigureException
-