You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2018/03/15 08:55:00 UTC

[jira] [Created] (SCB-405) Support to disable the discovery client with configuration

Willem Jiang created SCB-405:
--------------------------------

             Summary: Support to disable the discovery client with configuration
                 Key: SCB-405
                 URL: https://issues.apache.org/jira/browse/SCB-405
             Project: Apache ServiceComb
          Issue Type: Improvement
          Components: Java-Chassis
    Affects Versions: java-chassis-1.0.0-m1
            Reporter: Willem Jiang


As we don't need the discovery client in unit test, it could be useful for the user to disable the discovery client by using below configuration in application.yaml.
{code:java}
servicecomb:
  discoveryClient:
    enabled: false{code}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)