diff options
author | 2018-04-02 16:27:46 -0400 | |
---|---|---|
committer | 2018-04-02 16:54:16 -0400 | |
commit | d2cd31b73c0282f7aafd5b4adada00c0f4533d61 (patch) | |
tree | 0ca259920246992703fe4c6c996c0e0639cdeef2 /platformdoc/docs/architecture/service-discovery.md | |
parent | ef55ef2163dee32905bd10b0a0b3ea0f6a763322 (diff) |
Onboarding documentation update for CLI
Change-Id: I1d4d0111063ea62c3759aa9b7232998b70229644
Issue-ID: DCAEGEN2-350
Signed-off-by: Ralph Knag <rhknag@research.att.com>
Diffstat (limited to 'platformdoc/docs/architecture/service-discovery.md')
-rw-r--r-- | platformdoc/docs/architecture/service-discovery.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platformdoc/docs/architecture/service-discovery.md b/platformdoc/docs/architecture/service-discovery.md index 25d69fcf..9831efcf 100644 --- a/platformdoc/docs/architecture/service-discovery.md +++ b/platformdoc/docs/architecture/service-discovery.md @@ -2,7 +2,7 @@ Service discovery is an architecture pattern used for components (micro-services) to locate each other. The DCAE platform uses [server-side discovery](http://microservices.io/patterns/server-side-discovery.html) and is using [Consul](https://www.consul.io/) as the service registry solution. -## Service registration +## Service Registration All components are required to register with Consul in order to be discovered. There are two methods of registration: self and 3rd party. The DCAE platform uses 3rd party registration which means components don't actually make the registration calls but defers that responsibility to a platform service. |