diff options
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. |