fernandohackbart / biosphere

FREEZED!! Moved to https://gitlab.com/fernando.hackbart/biosphere
3 stars 0 forks source link

Service discovery #33

Closed fernandohackbart closed 7 years ago

fernandohackbart commented 7 years ago

Implement the service discovery protocol, this requires to have the service control start/stop to be working

fernandohackbart commented 7 years ago

Jetty DefaulHandler to discover the cell running the service Redirect to the cell running service The response for the service availability should enclose the the stress level of the cell, the least stressed cell should be used

fernandohackbart commented 7 years ago

Gossip or massive service discovery?

Risk of forgotten cells? How to gossip? Random pick cells?

fernandohackbart commented 7 years ago

How to add context and handler to a existing server in Jetty?

fernandohackbart commented 7 years ago

If the service is not running anywhere but is enabled the receiver of the request should start the service locally.

Create a sequence diagram to describe the components and interactions

fernandohackbart commented 7 years ago

The DefaultHandler is not being used...

fernandohackbart commented 7 years ago

Done