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

Combining the outbox with a message-driven transport may lead to message loss when publishing to multiple subscribers #6909

Merged
merged 1 commit into from
Nov 3, 2023

Commits on Nov 3, 2023

  1. Make sure transport operations do not share mutable state between mul…

    …tiple routing strategies (#6905)
    
    * Add routing to dispatch connector tests to reproduce the shared state problem
    
    * Fix the state sharing problem in ToTransportOperation
    
    * Cross check headers and properties
    
    * Test for the header modifications in the routing strategy
    
    * add acceptance test
    
    * better naming and comments
    
    * block scoped namespace
    
    * Remove left overs
    
    * Move test
    
    * Primary ctor
    
    * Behavior
    
    ---------
    
    Co-authored-by: Tim Bussmann <timbussmann@users.noreply.github.com>
    danielmarbach and timbussmann committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    aa280e4 View commit details
    Browse the repository at this point in the history