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] Publish event mediator vs Synapse log performance

2018-04-06 Thread Lahiru Sandaruwan
Devs, It is known that logging the message payload through Log is synchronous and a hit for performance. Publish event mediator is also content aware, but publishing part works asynchronously. Does using publish event mediator with payload, affect performance as much as logging does? [1] https:/