vladimirvivien / automi

A stream processing API for Go (alpha)
Apache License 2.0
789 stars 62 forks source link

Concurrency #4

Closed jonathanbp closed 8 years ago

jonathanbp commented 8 years ago

Is it possible to set concurrency for each stage? If not then that would be a useful feature especially wrt io operations.

vladimirvivien commented 8 years ago

@jonathanbp first, apologies for the late reply. The answer is yes. Eventually the API will support concurrency. Each operational step will be able to setup concurrency level and also have a global processing concurrency. Thanks for suggestion.