Hi @cbcrouse , I wonder in case your application is modularized, and you have many modules, for example
- Module B and module C are depended on module A
- and module C is also depended on module B
( A <= B <= C )
Does StartupOrchestration support registry and manage order of services and how does it work (whether this library applied or acting like topological algorithm)
Thank you
Hi @cbcrouse , I wonder in case your application is modularized, and you have many modules, for example
( A <= B <= C )
Does
StartupOrchestrationsupport registry and manage order of services and how does it work (whether this library applied or acting like topological algorithm)Thank you