-
-
Notifications
You must be signed in to change notification settings - Fork 37
Dynamic Avrora private clients #145
Copy link
Copy link
Open
Labels
client APIAnything related to the client API and its qualityAnything related to the client API and its qualityenhancementImprovement of existing functionality or request of improvementImprovement of existing functionality or request of improvementinternal APIAnything related to the internal API and implementationsAnything related to the internal API and implementations
Metadata
Metadata
Assignees
Labels
client APIAnything related to the client API and its qualityAnything related to the client API and its qualityenhancementImprovement of existing functionality or request of improvementImprovement of existing functionality or request of improvementinternal APIAnything related to the internal API and implementationsAnything related to the internal API and implementations
It would be cool to have interface where we could stay compile-time for core modules, but start them dynamically with a supervision.
By default we start under
:defaultor:avrorakey more dynamic avrora clients could be added with their own configurations.The interface should allow calls like
Maybe we can leverage Elixir's
Registry+DynamicSuperviser