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(electric): Handle connector errors during startup #1290

Merged
merged 3 commits into from
Jun 4, 2024
Merged

Conversation

alco
Copy link
Member

@alco alco commented May 22, 2024

Previously, we would ignore any non-raising connector startup failures, failing to even log them.

With this change we make sure all connectors are running and log a fatal error when that's not the case.

Side note: there's an ongoing work in #1226 on adding an e2e test to verify the correct output of such errors.

alco added 2 commits May 22, 2024 17:43
Previously, we would ignore any non-raising connector startup failures,
failing to even log them.

With this change we make sure all connectors are running and log a fatal
error when that's not the case.
Copy link
Contributor

@msfstef msfstef left a comment

Choose a reason for hiding this comment

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

Looks good! Might be worth adding a changeset for this?

@alco alco merged commit e77296d into main Jun 4, 2024
7 checks passed
@alco alco deleted the alco/startup-errors branch June 4, 2024 09:32
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