docker / go-events

Composable event distribution for Go
Apache License 2.0
132 stars 23 forks source link

[WIP]: Add queue write error channel support #39

Open austinvazquez opened 2 weeks ago

austinvazquez commented 2 weeks ago

Issue

https://github.com/docker/go-events/issues/36

Description

This change adds a mechanism for returning write errors to users via a read-only channel. This deprecates the previously provided NewQueue events package.

austinvazquez commented 2 weeks ago

@coderbirju, wondering if you could take a look at this wip proof of concept.