Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(connectors): remove OPERATE_CLIENT_ENABLED=true for connectors #264

Merged

Conversation

markfarkas-camunda
Copy link
Contributor

Connectors failed to start, so we had to remove this property.

Error message was:
Parameter 0 of method processDefinitionInspector in io.camunda.connector.runtime.inbound.importer.ProcessDefinitionImportConfiguration required a single bean, but 2 were found:
- myOperateClient: defined by method 'myOperateClient' in class path resource [io/camunda/connector/runtime/InboundConnectorsAutoConfiguration.class]
- camundaOperateClient: defined by method 'camundaOperateClient' in class path resource [io/camunda/zeebe/spring/client/configuration/OperateClientProdAutoConfiguration.class]

Copy link
Member

@chillleader chillleader left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@markfarkas-camunda markfarkas-camunda merged commit 89315fe into main Aug 8, 2023
@markfarkas-camunda markfarkas-camunda deleted the remove-operate-client-property-for-connectors branch August 8, 2023 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants