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

feat!: Do not send events for unknown users #338

Merged
merged 2 commits into from
Sep 11, 2023

Conversation

bmtcril
Copy link
Contributor

@bmtcril bmtcril commented Aug 22, 2023

Description: In the past we would create a new UUID for each unknown user. Now we skip them entirely to avoid confusing the downstream database with a new id user per event.

Closes: #337

In the past we would create a new UUID for each unknown user. Now we skip them entirely to avoid confusing the downstream database with a new id user per event.
@bmtcril bmtcril merged commit 41c960b into master Sep 11, 2023
9 checks passed
@bmtcril bmtcril deleted the bmtcril/skip_missing_actor branch September 11, 2023 17:29
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.

Improve handling of missing users
2 participants