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.
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.