Re: [Dev] [APIM] Synchronous call from apim-gateway to Google Analytics

2018-03-08 Thread Chamin Dias
On Wed, Mar 7, 2018 at 8:57 PM, Dushani Wellappili wrote: > Hi all, > > please note that I have created an issue [1] in git repository. > > [1] https://github.com/wso2/product-apim/issues/2922 > Also, I think we need to pay attention to this graph

Re: [Dev] [APIM] Synchronous call from apim-gateway to Google Analytics

2018-03-07 Thread Dushani Wellappili
Hi all, please note that I have created an issue [1] in git repository. [1] https://github.com/wso2/product-apim/issues/2922 *Dushani Wellappili* Software Engineer - WSO2 Email : dusha...@wso2.com Mobile : +94779367571 Web : https://wso2.com/ On Wed, Mar 7, 2018 at 5:25 PM, Dushani Wellappi

Re: [Dev] [APIM] Synchronous call from apim-gateway to Google Analytics

2018-03-07 Thread Dushani Wellappili
Hi Rukshan, Thank you for the answer. Yes, now in the existing code, event publishing task is done by the same PassThroughMessageProcessor thread. I will create a git issue. *Dushani Wellappili* Software Engineer - WSO2 Email : dusha...@wso2.com Mobile : +94779367571 Web : https://wso2.com/

Re: [Dev] [APIM] Synchronous call from apim-gateway to Google Analytics

2018-03-07 Thread Rukshan Premathunga
Hi Dushani, I'm not sure it is possible to publish event async to google APIs. But we can implement in a way that handover the event publishing task to a separate thread and continue. So please create a git issue and we will looking to it. Thanks and Regards On Wed, Mar 7, 2018 at 3:11 PM, Dusha

[Dev] [APIM] Synchronous call from apim-gateway to Google Analytics

2018-03-07 Thread Dushani Wellappili
Hi all, The api-manager gateway performs a https GET call to publish to google analytics [1]. It is a synchronous call. If so, the round trip time for an api invocation would depend on the Internet connection speed in publishing to google analytics. Is there any specific reason for making the ca