Re: [Dev] Cache mediator not working good for storing json responses.

2018-04-07 Thread aditya shivankar
Hi Shakila *,* Yes for this* mock backend which returns a simple JSON payload , even I didn't get the mentioned error. * But when i am trying with our *backend service which is returning a big json response of about 2000 lines. * *The backend response contains some "$id": "2", "$type": "A.B, C.D"

Re: [Dev] Publish event mediator vs Synapse log performance

2018-04-07 Thread Lahiru Sandaruwan
Since the message is built in both cases, payload accessing part performance would be similar. But in the Synapse log, publishing is also synchronous(writing it to the file). But in Publish event mediator, after reading the message, publishing is asynchronous. So, I'm under the impression that, the

[Dev] Performance Tips for Message Transformation

2018-04-07 Thread JĂșnior
Hi, Reading the documentation for Message Transformation[1]: And this statement caught my attention: " If you cannot perform your transformation with the FastXSLT mediator, then it is recommended to write a custom class mediator to do your transformation, since it will be much faster than the XS