Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gateway: registry enhancements #38

Open
danielhochman opened this issue Jul 18, 2020 · 1 comment
Open

gateway: registry enhancements #38

danielhochman opened this issue Jul 18, 2020 · 1 comment
Labels
area: backend Backend changes status: needs-design Design diagram is required before moving forward type: enhancement New feature or request

Comments

@danielhochman
Copy link
Collaborator

Description

The component registry is currently just a map.

  1. The registry should never be modified after startup, the Gateway should lock it after instantiation of the configured components.
  2. Helper methods should make adding and getting references to components easier.
  3. There should be a way of aliasing components, both in the consumer component and actual component.

Complexity [S/M/L]: M

@danielhochman danielhochman added type: enhancement New feature or request area: backend Backend changes status: needs-design Design diagram is required before moving forward labels Jul 18, 2020
@goku321
Copy link
Contributor

goku321 commented Nov 10, 2021

I can try my hands on this next after my current PR gets a green signal 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: backend Backend changes status: needs-design Design diagram is required before moving forward type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants