Package org.apache.kafka.streams.errors
Interface StreamsUncaughtExceptionHandler
public interface StreamsUncaughtExceptionHandler
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Enumeration that describes the response from the exception handler. -
Method Summary
Modifier and TypeMethodDescriptionInspect the exception received in a stream thread and respond with an action.
-
Method Details
-
handle
Inspect the exception received in a stream thread and respond with an action.- Parameters:
exception
- The actual exception.- Returns:
- Whether to replace the failed thread, or to shut down the client or the whole application.
-