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

TASK: VirtualWorkspaceNames #5302

Closed
wants to merge 3 commits into from
Closed

Conversation

kitsunet
Copy link
Member

based on #5293

Just so we have something to discuss about, certainly not finished and polished, but basically working.

A partial publish results in events annotated for "live"
workspace yet are not in the "live" content stream.

This is due to a fork of the live content stream being
created with the partially published events in, which is
then published to the actual live content stream.
This leaves behind duplicate events both containing
"workspaceName: live" yet only one of them is in the live
content stream. A catchup or replay will fail however due
to duplicate database entries for the reflections relying
on anything with "workspaceName: live" being actually in
the live content stream.

The provided test fails showing the behavior.
@kitsunet kitsunet force-pushed the task/virtual-workspace-names branch from a13da1f to 4087999 Compare October 19, 2024 19:10
@kitsunet
Copy link
Member Author

kitsunet commented Oct 22, 2024

We rather want to follow the transaction rollback simulation way of doing things. #5301

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

Successfully merging this pull request may close these issues.

1 participant