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

Fix stream config update of source transforms #4400

Merged
merged 2 commits into from Aug 16, 2023
Merged

Commits on Aug 15, 2023

  1. Fix potential out of range for stream source transform update.

    Clean up un-needed if statement as it's ok to call NewSubjectTransform with an empty destination (ie no transformation) it will return nil
    
    Signed-off-by: Jean-Noël Moyne <jnmoyne@gmail.com>
    jnmoyne committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c2d3ef1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Fix Nats-Stream-Source header parsing when using multi-filter transforms

    Signed-off-by: Jean-Noël Moyne <jnmoyne@gmail.com>
    jnmoyne committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    0cc43ac View commit details
    Browse the repository at this point in the history