WSO2IS cluster setup and the need of a local registry space

懵懂的女人 提交于 2019-12-13 07:26:34

问题


When setting up a WSO2 Identity Server cluster there is a need of setting up local databases (REGISTRY_LOCAL1, REGISTRY_LOCAL2, etc) specific to each node (Node1, node2, etc) as described here https://docs.wso2.com/display/CLUSTER44x/Setting+up+the+Database

My questions are: * Which data is stored in REGISTRY_LOCAL in case of WSO2 IS? * Is a local database for each node really necessary which would result in n+2 databases for a n-Node setup?


回答1:


Registry mounting information is stored in local database. And there can be other data as well. Since those data must be local to each node, you must have separate databases for them.

However, you don't need to maintain external databases for them. For local dbs, default H2 database is recommended even for production environments.



来源:https://stackoverflow.com/questions/41593708/wso2is-cluster-setup-and-the-need-of-a-local-registry-space

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!