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

Avoid cloning the message envelope when iterating #2105

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

GDLMadushanka
Copy link
Contributor

Purpose

In iterate mediator json message flow, we don't need to clone the entire envelope since we are replacing it with iterated message later. Adding an empty envelope instead improves the performance.
Fixes wso2/api-manager/issues/2196

In iterate mediator json message flow, we don't need to clone the entire envelope since we are replacing it with iterated message later.
Adding an empty envelope instead improves the performance.
Fixes wso2/api-manager/issues/2196
@GDLMadushanka GDLMadushanka merged commit 5b88561 into wso2:master Nov 3, 2023
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.

Improve the performance of the json path evaluation in iterate mediator
2 participants