streamthoughts/azkarra-streams

feat(runtime): add new StreamThreadExceptionHandler to restart new StreamThread.

fhussonnois opened this issue · 0 comments

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.