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

BUGFIX: Partial publish breaks uri and change Projection #5293

Draft
wants to merge 3 commits into
base: 9.0
Choose a base branch
from

Commits on Oct 19, 2024

  1. BUGFIX: Partial publish breaks uri and change Projection

    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 committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    1f8d400 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dd9069 View commit details
    Browse the repository at this point in the history
  3. Virtual WorkspaceName light

    kitsunet committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4512399 View commit details
    Browse the repository at this point in the history