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
When an existing subscription is deleted directly from an API or an API Product, the Gateway correctly publishes the SUBSCRIPTIONS_DELETE event for both API and API Product subscriptions.
However, when an application containing both API and API Product subscriptions is deleted, the Gateway publishes the SUBSCRIPTIONS_DELETE event only for the API subscriptions. The corresponding event is not published for the API Product subscriptions.
Steps to Reproduce
Create an application and subscribe to both API and API products type types.
Check the behaviour when application is deleted by enabling the GW listeners DEBUG logs
Description
It appears that,
When an existing subscription is deleted directly from an API or an API Product, the Gateway correctly publishes the SUBSCRIPTIONS_DELETE event for both API and API Product subscriptions.
However, when an application containing both API and API Product subscriptions is deleted, the Gateway publishes the SUBSCRIPTIONS_DELETE event only for the API subscriptions. The corresponding event is not published for the API Product subscriptions.
Steps to Reproduce
Version
APIM 4.3.0
Environment Details (with versions)
No response