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
40 stars 37 forks source link

fix(rabbitmq): consumer retry loop #3281

Closed chillleader closed 2 weeks ago

chillleader commented 2 weeks ago

Description

This PR will fix the RabbitMQ consumer recovery. RabbitMQ connections are capable of recovery out-of-the-box. Previously the recovery didn't work because we cancelled the connector via inbound context cancel method before the connection was able to recover.

Related issues

closes #2828

Checklist

github-actions[bot] commented 2 weeks ago

Backport failed for release/8.3, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/8.3
git worktree add -d .worktree/backport-3281-to-release/8.3 origin/release/8.3
cd .worktree/backport-3281-to-release/8.3
git switch --create backport-3281-to-release/8.3
git cherry-pick -x 3744adb14c0b15799a9e635e32f0f40f5508eb88
github-actions[bot] commented 2 weeks ago

Backport failed for release/8.4, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/8.4
git worktree add -d .worktree/backport-3281-to-release/8.4 origin/release/8.4
cd .worktree/backport-3281-to-release/8.4
git switch --create backport-3281-to-release/8.4
git cherry-pick -x 3744adb14c0b15799a9e635e32f0f40f5508eb88
github-actions[bot] commented 2 weeks ago

Backport failed for release/8.5, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/8.5
git worktree add -d .worktree/backport-3281-to-release/8.5 origin/release/8.5
cd .worktree/backport-3281-to-release/8.5
git switch --create backport-3281-to-release/8.5
git cherry-pick -x 3744adb14c0b15799a9e635e32f0f40f5508eb88