Batch Replication Functionality
In my project I have to publish large amount of assets. So I enabled Batch Publishing option for my replication Agent so that it will create batch of request instead of replicating assets individually.

But the problem is when I replicate asset by calling replicator API from my servlet and provide it list of path. It is creating the batch request for each path I have passed to it Instead of clubbing all paths in one request as you can see it


I want to know whether it is expected behaviour or am I miss understood something . I have tried to pass 1100 paths to test this functionality and it is taking longer time to complete