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

Provide a library to facilitate component registry #3

Open
ruspl-afed opened this issue Jan 1, 2023 · 0 comments
Open

Provide a library to facilitate component registry #3

ruspl-afed opened this issue Jan 1, 2023 · 0 comments
Assignees

Comments

@ruspl-afed
Copy link
Member

ruspl-afed commented Jan 1, 2023

The main use case:

  1. There is an interface I that may have different implementations

    • each instance of I has unique identifier
    • each instance of I can have attached metadata
  2. There is Registry R that supports

    • register/unregister an instance of I
    • query for instance(s) of I by identifier
    • query for instance(s) of I by metadata
  3. There are ways how to discover instances of I

    • Spring manifests
    • OSGi manifest
    • others
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants