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

[jira] [Created] (SCB-515) change all configuration from 'cse.xxx' to 'servicecomb.xxx'

yangyongzheng created SCB-515:
---------------------------------

             Summary:  change all configuration from 'cse.xxx' to 'servicecomb.xxx'
                 Key: SCB-515
                 URL: https://issues.apache.org/jira/browse/SCB-515
             Project: Apache ServiceComb
          Issue Type: Wish
          Components: Java-Chassis
    Affects Versions: java-chassis-1.0.0-m2
            Reporter: yangyongzheng
            Assignee: yangyongzheng
             Fix For: java-chassis-1.0.0-m2


we had support both style of configuration for a long time (since 0.2.0): https://github.com/apache/incubator-servicecomb-java-chassis/pull/91
   But all demos and samples in our code still use 'cse.xxx' such as :
  
 APPLICATION_ID: multiple
service_description:
  name: a-server
  version: 0.0.1
cse:                                                                  <------- old
  service:
    registry:
      address: http://127.0.0.1:30100
  rest:
    address: 0.0.0.0:8080
  highway:
    address: 0.0.0.0:7070
  
   I think it's time we may change all of them to 'servicecomb.xxx' like :
  
 APPLICATION_ID: multiple
service_description:
  name: a-server
  version: 0.0.1
servicecomb:                                                     <------- new
  service:
    registry:
      address: http://127.0.0.1:30100
  rest:
    address: 0.0.0.0:8080
  highway:
    address: 0.0.0.0:7070



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