I think it might be a great idea to launch roles in individual subcontexts. That would allow us to have clean config separation, get rid of ConfigMerger#merge and sounds like a more natural approach in general - it enforces stricter component isolation but does not sacrifice any performance.
In a sense it covers half of the cases which were supposed to be solved by #392
I think it might be a great idea to launch roles in individual subcontexts. That would allow us to have clean config separation, get rid of
ConfigMerger#mergeand sounds like a more natural approach in general - it enforces stricter component isolation but does not sacrifice any performance.In a sense it covers half of the cases which were supposed to be solved by #392