[
https://issues.apache.org/jira/browse/SCB-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16404863#comment-16404863
]
ASF GitHub Bot commented on SCB-416:
------------------------------------
weichao666 commented on a change in pull request #613: [SCB-416]For load
balance rule configurations, we need provider service level configuration
URL:
https://github.com/apache/incubator-servicecomb-java-chassis/pull/613#discussion_r175445652
##########
File path:
handlers/handler-loadbalance/src/test/java/org/apache/servicecomb/loadbalance/TestLoadBalancer.java
##########
@@ -146,4 +148,32 @@ public void testGetAllServers() {
Mockito.when(filter.getFilteredListOfServers(servers)).thenReturn(servers);
Assert.assertEquals(servers, loadBalancer.getAllServers());
}
+
+ @Test
+ public void testLaodBalanceWithSessionSticknessRule() {
Review comment:
it's testLoad, not testLaod
----------------------------------------------------------------
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]
> For load balance rule configurations, we need provider service level
> configuration
> ----------------------------------------------------------------------------------
>
> Key: SCB-416
> URL: https://issues.apache.org/jira/browse/SCB-416
> Project: Apache ServiceComb
> Issue Type: Improvement
> Reporter: liubao
> Assignee: liubao
> Priority: Major
>
> Description:
> Now we can configure service level value to load balancer, e.g.
> cse.loadbalance.[serviceName].policy
> But we can not configure for Rule, e.g.
>
> cse.loadbalance.SessionStickinessRule.sessionTimeoutInSeconds
>
> we need to enable configurations like:
> cse.loadbalance.[serviceName].SessionStickinessRule.sessionTimeoutInSeconds
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)