aquadoggo icon indicating copy to clipboard operation
aquadoggo copied to clipboard

Consider dedicated channels instead of broadcast

Open adzialocha opened this issue 2 years ago • 0 comments

Currently all services talk to all other services in ServiceManager and all worker pools get informed about all incoming tasks in Factory. This should not be a problem for now but later we might want to use more dedicated channels (similar to an Actor pattern) to avoid pollution.

adzialocha avatar Apr 29 '22 09:04 adzialocha