Skip to content

Feat: allow for dynamic service register #3

Description

@gustapinto

There is a need for services to self-register in Clotho dynamically, for this to work we first need to:

  • Implement a external store or a consensus protocol so that multiple Clotho instances can use dynamic registerred these services
  • Implement a new endpoint to register those services, example:
    • POST /clotho/v1/services/register {"name": "dyanimc-service", "prefix": "/dyn", "target-url": "http://localhost:8080/dynamics"}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions