[ https://issues.apache.org/jira/browse/SCB-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
liubao updated SCB-207: ----------------------- Fix Version/s: (was: java-chassis-1.0.0-m2) > 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)