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

[jira] [Commented] (SCB-207) Fix known defects related to SCB-184

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

wujimin commented on SCB-207:
-----------------------------

already IMPL by yangbo?

please confirm it.

> Fix known defects related to SCB-184
> ------------------------------------
>
>                 Key: SCB-207
>                 URL: https://issues.apache.org/jira/browse/SCB-207
>             Project: Apache ServiceComb
>          Issue Type: Improvement
>          Components: Java-Chassis
>            Reporter: liubao
>            Assignee: liubao
>            Priority: Major
>
> 1. As commented by users, when using ribbon, need to configure 
>   @Bean
>   ServerList<Server> ribbonServerList(
>       IClientConfig config) {
>     ServiceCombServerList serverList = new ServiceCombServerList();
>     serverList.initWithNiwsConfig(config);
>     return serverList;
>   }
>   we need to provide a convenient way to hide all default ribbon configurations just like spring-cloud-starters-eureka
> 2. CseDiscoveryClient & ServiceCombList construct target type can be cached by DiscoveryTree, implements a filter can improve performance.
>  



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