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

Efficient Memory Handling for Large Payloads in WSO2 Micro Integrator #3336

Open
pcnfernando opened this issue May 15, 2024 · 1 comment
Open

Comments

@pcnfernando
Copy link

pcnfernando commented May 15, 2024

Handling large payloads efficiently is challenging, particularly when it comes to memory usage.

This feature should support managing memory pointers or references within property expressions.

eg:
Utilize memory references in WSO2 MI to pass document fragments or references between microservices instead of duplicating entire documents.

Syntax Suggestion:

<property name="largePayloadRef" expression="$memory{$ctx:largePayload}" scope="default" type="STRING"/>
@pcnfernando
Copy link
Author

Looping in @chanikag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant