This project contains following set of Camunda outbound connectors which can be deployed as single application.
- aws-lambda-connector
- aws-s3-connector
- aws-textract-connector
- azure-blob-connector
- azure-servicebus-connector(outbound)
- azure-servicebus-connector(Inbound)
- gcp-functions-connector
- gcp-storage-connector
- gcp-pub-connector
- gcp-sub-connector
- kafka-connector
- camelFTP-connector
- drools-connector
Note: please refer to Readme file for each of the above connector modules to gain detailed understanding of each connector setup.
This project contains root pom.xml, which needs to be executed in order to build and include sub-modules Upon execution of root pom.xml it compiles and packages individual sub-modules of the connector. This project requires jdk21+.
In order to deploy this project in runtime environment follow below steps
- Create a Zeebe client and configure it to connect to the desired SaaS/Self-Managed cluster
- Add following dependency