Skip to content

Add concept of 'controller' and 'worker' services

James Grogan requested to merge hestia_service into devel

Add concept of controller and worker services to support distributed hestia (deimos).

Controllers directly access the db (kv store) - workers go through the Web API via a http client.

This also introduces a 'crud service/client' concept for hiding backend access details in services.

Merge request reports

Loading