camunda / connectors

Camunda Connectors
https://docs.camunda.io/docs/components/integration-framework/connectors/out-of-the-box-connectors/available-connectors-overview/
Apache License 2.0
39 stars 38 forks source link

Document spring support for connectors #993

Open sbuettner opened 1 year ago

sbuettner commented 1 year ago

What should we do?

As of https://github.com/camunda/connectors/issues/809 the runtime now supports spring based connectors which allows users to inject dependencies into their connectors and re-use spring integrations inside connectors (JDBC, ...). We should document the feature and mention that inbound connector beans require the prototype scope.

Why should we do it?

We should document it to make sure users discover this new feature.

chillleader commented 11 months ago

We should also mention that secrets can now be sourced from the Spring environment.

sbuettner commented 1 month ago

@sbuettner to work on this.