fast_ts icon indicating copy to clipboard operation
fast_ts copied to clipboard

Refactor supervision tree

Open ronanh opened this issue 9 years ago • 0 comments

This PR refactors of the supervision tree initialization logic, in order to:

  • Limit the Main application Supervisor responsibility to high level application structure
  • Move the module registry in a dedicated module FastTS.Router.ModulesRegistry
  • Move Router Module initialization and loading to FastTS.Router.Modules module
  • Provide a separation of concerns between Pipeline setup and runtime

ronanh avatar Mar 01 '16 19:03 ronanh