You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/01/02 02:28:00 UTC

[GitHub] [servicecomb-java-chassis] zaneChou1 commented on a change in pull request #1504: [SCB-1697] Add schema API in service-center-client

zaneChou1 commented on a change in pull request #1504: [SCB-1697] Add schema API in service-center-client
URL: https://github.com/apache/servicecomb-java-chassis/pull/1504#discussion_r362359199
 
 

 ##########
 File path: clients/service-center-client/src/main/java/org/apache/servicecomb/service/center/client/ServiceCenterClient.java
 ##########
 @@ -422,4 +425,90 @@ public void sendHeartBeats(HeartbeatsRequest heartbeatsRequest) {
           "heartbeats fails ", e);
     }
   }
+
+  /**
+   * Get schemas list of service
+   *
+   * @param serviceId
+   * @return
+   * @throws OperationException
+   */
+  public List<GetSchemaResponse> getServiceSchemasList(String serviceId) {
 
 Review comment:
   Thanks for your suggestion, it has been modified.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


With regards,
Apache Git Services