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

[ADDED] Stream subject mapping transforms #3814

Merged
merged 4 commits into from Jan 26, 2023
Merged

Commits on Jan 25, 2023

  1. Add stream input subject transform functionality

    Extract subject transformation code out of accounts.go
    Stream sources can now have a subject mapping transform
    You can source the same stream more than once
    Remove limitation that the subject filter for a source, mirror or consumer must have an overlap with the sourced/mirrored's stream or the stream's subjects
    jnmoyne committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    a953e84 View commit details
    Browse the repository at this point in the history
  2. rebase fix

    jnmoyne committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    e2561a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Change test to use require_NoError instead of explicitly checking err…

    … and calling Fatalf throughout all the tests in the file
    
    Improvements to readability
    jnmoyne committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    4fbe13e View commit details
    Browse the repository at this point in the history
  2. Rename StreamConfig's InputSubjectTransform (and therefore StreamSour…

    …ce's SubjectTransform)
    jnmoyne committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    ddce3ce View commit details
    Browse the repository at this point in the history