Open
Description
When the application grows it's become harder and hander to trace connections, and wiring become an issue.
For example, this graph should be simple, as long as the application is really super small
However - what if some group, for a some another group would be represented locally, just next to it?
- easy to trace which dependencies are used by some group
- easier to wire the graph
- less noise
Describe the solution you'd like
A special flag on a group, to indicate that it could be represented on per-other-group basic.
Describe alternatives you've considered
"microservices/frontends", or just separate configs for different groups isolating them could be a better option, however, you will lose observability.
Metadata
Metadata
Assignees
Labels
No labels