I am facing problems at the time of receiving event data in continuous web-job.
I am sending messages using batch async method of device client. At web-job, I am receiving those batches one after another. when first first batch comes, till the time of completion of all messages in it; next batch does not trigger and get executes. after first batch execution get completes, then only second batch triggers and start its execution.
I want it to perform in parallel.
I am using event processor host at receiver side, device client at sender side.
Am I missing any configuration option? like in queue, there is an option called batch size, which is used to define how many messages to process in parallel. so, is there any option in continuous web-job, which is receiving event hub data in batches and to run those many batches in parallel?