Re: [Architecture] [APIM] Supporting Thrift protocol for GW-KM communication with Load Balancing

2017-09-12 Thread Imesh Gunaratne
I had an offline discussion with Suho on supporting TCP load balancing for Thrift. As we see we can simply achieve it by updating the DataBridge component and initiating a new session when the load balancer switches a TCP connection from one backend Thrift node to another. We might not need to

Re: [Architecture] [APIM] Supporting Thrift protocol for GW-KM communication with Load Balancing

2017-09-03 Thread Sanjeewa Malalgoda
On Fri, Sep 1, 2017 at 12:55 PM, Asela Pathberiya wrote: > Hi APIM team, > > According to the docs; We are not recommending the thrift protocol to > communicate with GW and KM when even TCP load balancer is used. > > The problem is that; thrift connection must be authenticated &

Re: [Architecture] [APIM] Supporting Thrift protocol for GW-KM communication with Load Balancing

2017-09-01 Thread Asela Pathberiya
On Fri, Sep 1, 2017 at 2:26 PM, Lakmal Warusawithana wrote: > Hi Asela, > > From APIM v3, we are going to use standard IS. That mean, thrift will not > support from v3 onward. Since we have WSClient option is supported in the > current APIM and recommended in load balance

Re: [Architecture] [APIM] Supporting Thrift protocol for GW-KM communication with Load Balancing

2017-09-01 Thread Lakmal Warusawithana
Hi Asela, >From APIM v3, we are going to use standard IS. That mean, thrift will not support from v3 onward. Since we have WSClient option is supported in the current APIM and recommended in load balance scenario, IMO fixing this will not get huge advantages. If we want to fix, #2 will be the