Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Prototype using register instead of map to share routes between a single service and rest #48

Open
joprice opened this issue Jun 12, 2016 · 0 comments

Comments

@joprice
Copy link
Contributor

joprice commented Jun 12, 2016

The rest endpoint and a particular service should not need to share the map of all endpoints. Only the rest nodes need this complete map. Between rest nodes and any given service, only a single distributed data register is required. Then a second data map can be shared across all rest nodes. This reduces the 'scope' of an endpoint and decouples each endpoint from one another, potentially decreasing their propagation time to the rest nodes and increasing their resiliency.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant