Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix analytics data of template endpoints publishing twice #2144

Merged
merged 2 commits into from
Feb 16, 2024

Conversation

DedunuKarunarathne
Copy link
Contributor

@DedunuKarunarathne DedunuKarunarathne commented Feb 16, 2024

When invoking a template endpoint, two endpoint events are added to the event queue through the AbstractEndpoint and TemplateEndpoint, which results in publishing the same endpoint analytics data twice.

As a fix, this PR removes the event added through the TemplateEndpoint.

Fixes: wso2/product-micro-integrator#3119

@DedunuKarunarathne DedunuKarunarathne merged commit 29370ba into wso2:master Feb 16, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Template endpoint analytics data are published twice
2 participants