We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629b4a4 commit 84a6d08Copy full SHA for 84a6d08
README.md
@@ -56,7 +56,8 @@ If for any reason you need to disable the `DiscoveryClient` you can simply set t
56
spring.cloud.kubernetes.discovery.enabled=false
57
```
58
59
-// TODO: make clearer with an example and details on how to align service and application name
+[//]: # "TODO: make clearer with an example and details on how to align service and application name"
60
+
61
Some Spring Cloud components use the `DiscoveryClient` in order to obtain info about the local service instance. For
62
this to work you need to align the service name with the `spring.application.name` property.
63
0 commit comments