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

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

     [ https://issues.apache.org/jira/browse/SCB-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

liubao closed SCB-207.
----------------------

see: https://github.com/apache/servicecomb-java-chassis/pull/990

> 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
>             Fix For: java-chassis-1.1.0
>
>
> 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)