streamiz
streamiz copied to clipboard
How to crash on failure?
When I reach this state:
fail: Streamiz.Kafka.Net.Processors.StreamStateManager[0] All stream threads have died. The instance will be in error state and should be closed
I would like the program to crash.
I start the program with stream.StartAsync()
Is there an equivalent like stream.WaitForEndAsync()?
You can configure your InnerExceptionHandler to kill your app by yourself.
config.InnerExceptionHandler