diff --git a/spring-cloud-contract.html b/spring-cloud-contract.html index 0830821651..e95088b6bf 100644 --- a/spring-cloud-contract.html +++ b/spring-cloud-contract.html @@ -3999,6 +3999,21 @@ stubrunner: You can disable Stub Runner Ribbon support by providing: stubrunner.cloud.ribbon.enabled equal to false You can disable Stub Runner support by providing: stubrunner.cloud.enabled equal to false

+
+ + + + + +
+
Tip
+
+By default all service discovery will be stubbed. That means that regardless of the fact if you have +an existing DiscoveryClient its results will be ignored. However, if you want to reuse it, just set + stubrunner.cloud.delegate.enabled to true and then your existing DiscoveryClient results will be + merged with the stubbed ones. +
+