【发布时间】:2016-11-06 13:16:43
【问题描述】:
首先我要非常感谢这个论坛。
我对使用 Hazelcast 和负载平衡的集群配置有疑问。
在文档https://docs.wso2.com/display/CLUSTER420/Clustering+the+Gateway
in section load balance configuration appear:
upstream wso2.am.com {
**sticky cookie JSESSIONID;**
server xxx.xxx.xxx.xx4:9763;
server xxx.xxx.xxx.xx5:9763;
}
如果集群已经进行了会话控制,为什么还要使用粘性?
我的理解错了?
非常感谢。
【问题讨论】:
标签: api wso2 hazelcast wso2-am