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

pubsub/rabbitmq: return error if reconnect errors in Init #3198

Merged

Conversation

JoshVanL
Copy link
Contributor

@JoshVanL JoshVanL commented Oct 27, 2023

We should always return the error if we fail to connection during the Init of a Component. This is because failing to do so has downstream effects whereby a component is considered healthy when it is not.

Re-attempting an Init or otherwise whould be handled by the runtime, rather than on a per-component basis.

We should always return the error if we fail to connection during the
Init of a Component. This is because failing to do so has downstream
effects whereby a component is considered healthy when it is not.

Re-attempting an Init or otherwise whould be handled by the runtime,
rather than on a per-component basis.

Signed-off-by: joshvanl <[email protected]>
@JoshVanL JoshVanL requested review from a team as code owners October 27, 2023 10:41
@JoshVanL JoshVanL force-pushed the release-1.12-pubsub-rabbitmq-init-error branch from 0af7225 to 8efc1a1 Compare October 27, 2023 10:41
@JoshVanL JoshVanL changed the title [1.12] pubsub/rabbitmq: return error if reconnect errors in Init pubsub/rabbitmq: return error if reconnect errors in Init Oct 27, 2023
@berndverst berndverst merged commit d47d1a7 into dapr:master Oct 27, 2023
13 of 20 checks passed
@berndverst
Copy link
Member

oh.. now I see what happened here. Two PRs from the same branch.

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