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

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

    [ https://issues.apache.org/jira/browse/SCB-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16400109#comment-16400109 ] 

ASF GitHub Bot commented on SCB-405:
------------------------------------

WillemJiang opened a new pull request #604: SCB-405 support to disable the discovery client with configuration
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/604
 
 
   Now user can disable the discovery client with below configuration:
   
   servicecomb:
     discoveryClient:
       enabled: false
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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
>            Assignee: Willem Jiang
>            Priority: Major
>
> 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)