docker / go-events

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

Make queues size-aware #31

Open Adirio opened 6 years ago

Adirio commented 6 years ago

The old NewQueue factory is left unchanged (infinite queue). A new NewSizedQueue factory is provided with an additional parameter, the size of the Queue. Writting when the queue is full returns ErrQueueFull.

Based on docker/swarmkit.

Signed-off-by: Adrián Orive aorive@ikerlan.es