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()?
When I reach this state:
I would like the program to crash.
I start the program with
stream.StartAsync()Is there an equivalent like
stream.WaitForEndAsync()?