Add Service Registration for REST endpoints

Issue #40 new
Mihael Schmidt repo owner created an issue

The configuration should support the possibility to register all endpoints at a service registry. As there are different service registries it should be configurable which service registry to use.

Interface: ServiceRegistrant

A possible service register to use could be Apache Zookeeper. The project itself also comes with a C binding for its API. There are also some community libraries in Lua, C and Python for accessing Zookeeper. Compiling one as an ILE module would enable us to register all endpoints to a Zookeeper server.

Information:

Comments (4)

  1. Log in to comment