wso2 / micro-integrator

The cloud-native configuration driven runtime that helps developers implement composite microservices.
https://wso2.com/integration/
Apache License 2.0
202 stars 218 forks source link

Avoid DataServiceCallMediator from continuously keeping a reference to the message context #3343

Closed ChinthakaJ98 closed 4 months ago

ChinthakaJ98 commented 4 months ago

This PR will move the SynapseLog to the mediate method to avoid the DataServiceCallMediator from continuously keeping a reference to the message context.

Fixes https://github.com/wso2/micro-integrator/issues/3339