Layer7 API Management

  • 1.  Asynchronous task or policy

    Posted Jun 22, 2018 02:00 AM

    I am looking for some tuning points to reduce API response time.

     

    There are OOTB global policies of integration module with Portal EE 4.2.

    The [message-completed] Policy manipulates some metrics data for portal and accumulate data in memory.

    Does anyone have any tips to distinguish those un-relative logic from API processing?

     

    I think the solution will be good at some other requirements.

     

    Thanks.



  • 2.  Re: Asynchronous task or policy

    Posted Mar 08, 2019 11:45 AM

    Hi Becky,

     

    I'm a bit unsure what you mean by Does anyone have any tips to distinguish those un-relative logic from API processing? Can you please elaborate?



  • 3.  Re: Asynchronous task or policy
    Best Answer

    Broadcom Employee
    Posted Mar 10, 2019 06:37 PM

    The global policies have to be executed for all the requests, it's by design. And, in theory, all the APIs on enrolled gateway should be managed/monitored by portal EE.

    Therefore, it's not necessary to "distinguish those un-relative logic"

     

    If you have some APIs have nothing to do with portal, you may think of another gateway cluster which is not enrolled to portal.



  • 4.  Re: Asynchronous task or policy

    Posted Mar 10, 2019 07:57 PM

    I’ve forgot this question. It is half year old.

    I know your point and absolutely agree with you.

    I was wondering that there is any tuneing point to reduce response time at that time. So I was searching if those matrics job could be done somewhere else, not the main thread. 

    Thank you.