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

Possibility to set a new inbound.mode #1158

Closed
wants to merge 3 commits into from
Closed

Conversation

hamza-m-masood
Copy link
Contributor

Which problem does the PR fix?

issue: #976

What's in this PR?

Checklist

Please make sure to follow our Contributing Guide.

Before opening the PR:

  • In the repo's root dir, run make go.update-golden-only.
  • There is no other open pull request for the same update/change.
  • Tests for charts are added (if needed).
  • In-repo documentation are updated (if needed).

After opening the PR:

  • Did you sign our CLA (Contributor License Agreement)? It will show once you open the PR.
  • Did all checks/tests pass in the PR?

@hamza-m-masood hamza-m-masood self-assigned this Dec 14, 2023
@hamza-m-masood
Copy link
Contributor Author

The controller pod crashes with the following error when there are no env vars set in relation to the inbound params:

2023-11-17T09:51:12.571Z  WARN 1 --- [           main] s.c.c.OperateClientProdAutoConfiguration : An attempt to connect to Operate failed: io.camunda.operate.exception.OperateException: org.apache.hc.client5.http.HttpHostConnectException: Connect to http://localhost:8081/ [localhost/127.0.0.1] failed: Connection refused

For this reason I think it is best to set both env vars to true like this:

- name: CAMUNDA_CONNECTOR_POLLING_ENABLED
  value: "true"
- name: CAMUNDA_CONNECTOR_WEBHOOK_ENABLED
  value: "true"

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.

None yet

2 participants