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

Apply modifications in pipeline to the records being passed to @ERROR label #3631

Merged
merged 3 commits into from
Feb 16, 2022

Commits on Feb 14, 2022

  1. Apply modifications in pipeline to the records being passed to `@Erro…

    …r` label
    
    Fix fluent#3465
    
    When an error occurs in the output process in a pipeline,
    the modifications made by the filter process are applied to the records
    that is passsed to `@Error` label.
    
    Signed-off-by: daipom <fukuda@clear-code.com>
    daipom committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    72eabbb View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Add testcode

    Signed-off-by: daipom <fukuda@clear-code.com>
    daipom committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    938c999 View commit details
    Browse the repository at this point in the history
  2. Remove unneeded code

    Signed-off-by: daipom <fukuda@clear-code.com>
    daipom committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    bfd84fc View commit details
    Browse the repository at this point in the history