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/01/08 09:11:00 UTC

[jira] [Commented] (SCB-171) Identify the microservice implement framework version

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

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

weichao666 commented on a change in pull request #460: [SCB-171] report type/version when register to SC
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/460#discussion_r160096140
 
 

 ##########
 File path: service-registry/src/main/java/io/servicecomb/serviceregistry/api/registry/Microservice.java
 ##########
 @@ -34,6 +35,11 @@
 public class Microservice {
   private String serviceId;
 
+  private Framework framework;
+
+  @JsonProperty(value = "registerBy")
+  private String registeredBy;
 
 Review comment:
   done

----------------------------------------------------------------
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


> Identify the microservice implement framework version 
> ------------------------------------------------------
>
>                 Key: SCB-171
>                 URL: https://issues.apache.org/jira/browse/SCB-171
>             Project: Apache ServiceComb
>          Issue Type: Improvement
>          Components: Java-Chassis
>            Reporter: WeiChao
>            Assignee: WeiChao
>             Fix For: java-chassis-1.0.0-m1
>
>         Attachments: type.PNG
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> As a Java Chassis user , I want to identify my microservice implement framework and version so that I can do management in console according to their capabilities
> 1. SDK report their framework type and version when register to SC
> 2. Each service with specific version has a certain framework+version
> 3. Present the type/version information in console in Service+Version level
> 4. In gov service, send the different command to CC according to the type/version when doing management-   



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)