feat(runtime): add new StreamThreadExceptionHandler to restart new StreamThread. #149
Labels
in:runtime
This issue should impact the azkarra-runtime module
java
Pull requests that update Java code
type:enhancement
New feature or request
Describe the solution you'd like
Kafka Streams 2.8 adds a new API for starting or stopping Streams threads to scale or to recover from failures. Azkarra should now provides a new StreamThreadExceptionHandler that start a new StreamThread when an exception happens.
The text was updated successfully, but these errors were encountered: