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"}
There is a need for services to self-register in Clotho dynamically, for this to work we first need to:
POST /clotho/v1/services/register {"name": "dyanimc-service", "prefix": "/dyn", "target-url": "http://localhost:8080/dynamics"}