splunk / pipelines

Concurrent processing pipelines in Go.
MIT License
21 stars 8 forks source link

pipelines: use option funcs #11

Closed kalexmills-splunk closed 2 years ago

kalexmills-splunk commented 2 years ago

I'm convinced pooling can be handled via a variadic option func, to cut down on the API surface area.

We also need a way to setup pipeline stages using buffered channels, and I think variadic option funcs would work well in this case too.

kalexmills-splunk commented 2 years ago

Closed by #10