We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c6038 commit 88d3439Copy full SHA for 88d3439
docs/src/main/asciidoc/spring-cloud-commons.adoc
@@ -349,6 +349,14 @@ public class MyConfiguration {
349
350
Each `ServiceRegistry` implementation has its own `Registry` implementation.
351
352
+* `ZookeeperRegistration` used with `ZookeeperServiceRegistry`
353
+* `EurekaRegistration` used with `EurekaServiceRegistry`
354
+* `ConsulRegistration` used with `ConsulServiceRegistry`
355
+
356
+If you are using the `ServiceRegistry` interface, you are going to need to pass the
357
+correct `Registry` implementation for the `ServiceRegistry` implementation you
358
+are using.
359
360
361
==== ServiceRegistry Auto-Registration
362
0 commit comments