You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the adapter sends an http request to the /apis resource in api manager, for each api deployment event. The reason is for subscription validation. In addition, this resource is called during the startup to identify default APIs and blockedAPIs.
Since the set of properties which are required for subscription validation is already available in the api runtime artifacts, it is not required to invoke the /apis endpoint repeatedly. But during the startup, still it requires to call this endpoint to identify default and blocked APIs.
The improvement implemented to the api manager in wso2/carbon-apimgt#11036 needs to be provided to further optimize the number of APIs returned.
Describe your solution
How will you implement it
Optional Fields
Related Issues:
Suggested Labels:
Suggested Assignees:
The text was updated successfully, but these errors were encountered:
Describe your problem(s)
Currently, the adapter sends an http request to the /apis resource in api manager, for each api deployment event. The reason is for subscription validation. In addition, this resource is called during the startup to identify default APIs and blockedAPIs.
Since the set of properties which are required for subscription validation is already available in the api runtime artifacts, it is not required to invoke the /apis endpoint repeatedly. But during the startup, still it requires to call this endpoint to identify default and blocked APIs.
The improvement implemented to the api manager in wso2/carbon-apimgt#11036 needs to be provided to further optimize the number of APIs returned.
Describe your solution
How will you implement it
Optional Fields
Related Issues:
Suggested Labels:
Suggested Assignees:
The text was updated successfully, but these errors were encountered: