docker / go-events

Composable event distribution for Go
Apache License 2.0
131 stars 22 forks source link

Add error handling sinks #26

Open Adirio opened 6 years ago

Adirio commented 6 years ago

Add error handling sinks that allow to react to further sinks errors by either droping the errors or closing the sink.

They are useful to combine with other sinks such as the one provided in #27 to close the event pipeline once a ErrSinkTimeout occurs.

Tests have not been provided as they are really simple sinks.