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

Handle malformed events in the DB #49

Open
Lan2u opened this issue Jul 10, 2024 · 2 comments
Open

Handle malformed events in the DB #49

Lan2u opened this issue Jul 10, 2024 · 2 comments

Comments

@Lan2u
Copy link
Collaborator

Lan2u commented Jul 10, 2024

Noticed while testing that invalid events in the DB prevents us getting all events.

We should be ignoring invalid events

@erkannt
Copy link
Collaborator

erkannt commented Jul 15, 2024

How are invalid events getting into the database? Being robust against them sounds good but I feel our write side should prevent this.

@Lan2u
Copy link
Collaborator Author

Lan2u commented Jul 15, 2024

In this specific case I was modifying an existing event type during local development.

More generally (academically / if I was deploying this at work) if we were to do rolling updates it is expected there will be events that older (but running) versions wouldn't know how to handle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Options
Development

No branches or pull requests

2 participants