Open DudeWhoCode opened 7 years ago
Right now only single goroutine kicks off per command, Implement a worker pool where workers will be assigned for routing msg between services.
Worker pools seems like a premature optimization right now. Once benchmarks with multiple goroutines are done, this can be considered.
Right now only single goroutine kicks off per command, Implement a worker pool where workers will be assigned for routing msg between services.