go-events icon indicating copy to clipboard operation
go-events copied to clipboard

Add round-robin sink

Open Adirio opened this issue 7 years ago • 0 comments

Add round-robin sink that will split the events among the destiny sinks evenly.

If there is no sink ErrNoSink is returned. It is useful as an event load balancer. It could be chained with #27 so that new pipelines are added when an ErrSinkTimeout occurs to increase concurrency.

Adirio avatar May 03 '18 10:05 Adirio