Thrift is RPC framework protocol that can be used to transport data in faster manner over TCP. Most of the time thrift is used to server to server data transfer… As example to publish real time logs in to log servers. I have worked with thrift to use it as PEP-PDP communication mechanism. If you […]
Tag: Clustering
If you are deploying your web servers in a production environment, You may need to proxy them with some proxy server or load balancer. But, when your web servers need to do some redirect, You may see misleading browser urls (internal server urls), If proxy server can not handle them properly. Most of the proxy […]
In my previous blog post, we understand, how we can cluster multiple identity server nodes. In this blog post i am going to use Apache HTTP server to load balance the WSO2 Identity Server cluster nodes. Apache HTTP server can be easily configure to support the sticky session with Identity Server nodes. Pre-request 1. You need to install […]
One of the important thing that must be supported by the production IDM system is that horizontal scaling with high availability and reliability. WSO2 Identity server’s achieves the horizontal scaling using clustering mechanism. In this post i am going to explain deploying Identity Server in a cluster. Sometime, you may have gone through online articles and docs […]
If you are familiar with WSO2 product… You may have heard the word WSO2 Admin services…. In typical Identity Server deployment, there are clients (web applications, mobile clients and so on) that talk to these admin services. If you want to achieve high availability and load distribution, you need to load balance the client requests […]