goka
goka copied to clipboard
View should connect to Kafka in Run, not NewView
Without running Kafka we have different failure behavior between Processors and Views.
Current behavior:
- NewView returns an error
Intended behavior
- NewView succeeds
- view.Run returns either an error or does an internal reconnect, when option
WithViewAutoReconnectis passed
This would be great!
from #248:
We'll try to release goka to get rid of the huge PR and can fix such things later...
I agree, it can wait :)