[
https://issues.apache.org/jira/browse/SCB-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16483154#comment-16483154
]
Willem Jiang commented on SCB-207:
----------------------------------
[~liubao68] Could you update the status of this JIRA?
> 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.0.0-m2
>
>
> 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)