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

Create official Octue service registry #605

Open
cortadocodes opened this issue Sep 4, 2023 · 0 comments
Open

Create official Octue service registry #605

cortadocodes opened this issue Sep 4, 2023 · 0 comments

Comments

@cortadocodes
Copy link
Member

cortadocodes commented Sep 4, 2023

Feature request

Use Case

We should create an official Octue service registry of our (and/or key) services that can serve as the default service registry. We'll need this in future when we start providing information on how to call each service.

Current state

A service registry is not used by default so a) there's no validation of service revisions and b) revision tags are always required when asking services questions.

Other info

I've removed this placeholder from Service.__init__ for now:

OCTUE_SERVICE_REGISTRY_ENDPOINT = "services.registry.octue.com"


self.service_registries = service_registries or [
    {
        "name": "Octue Registry",
        "endpoint": OCTUE_SERVICE_REGISTRY_ENDPOINT,
    },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant