Parallel execution of Camunda 8 Outbound connector jobs

Hi @micudaj ,

Please take a look at this: The REST Connector sends only one request at a time for the entire process - #4 by mark.farkas

Based on this post adding the properties below should solve your issue:

zeebe.client.worker.max-jobs-active=32
zeebe.client.worker.threads=10