wujimin commented on a change in pull request #990: [SCB-986] Cache instances 
result in CseDiscoveryClient
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/990#discussion_r232708321
 
 

 ##########
 File path: 
spring-boot-starter/spring-boot-starter-discovery/src/main/java/org/apache/servicecomb/springboot/starter/discovery/CseDiscoveryClient.java
 ##########
 @@ -44,23 +46,62 @@ public String description() {
 
   @Override
   public List<ServiceInstance> getInstances(final String serviceId) {
+
+    class InstanceDiscoveryFilter implements DiscoveryFilter {
+
+      @Override
+      public int getOrder() {
+        return Integer.MAX_VALUE;
 
 Review comment:
   should give a change to filter List<ServiceInstance>
   so set order to be max int is not a good idea
   we can set it to be: (int) Short.MAX_VALUE;

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to