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

enhancement(socket sink): Integrate encoding::Encoder with socket sink #10684

Merged
merged 8 commits into from
Apr 14, 2022

Commits on Apr 14, 2022

  1. Remove deny_unknown_fields that create conflicting requirements wit…

    …h `flatten`
    
    Signed-off-by: Pablo Sichert <mail@pablosichert.com>
    pablosichert committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    ee3a7b5 View commit details
    Browse the repository at this point in the history
  2. Integrate encoding::Encoder with socket sink

    Signed-off-by: Pablo Sichert <mail@pablosichert.com>
    pablosichert committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    8341788 View commit details
    Browse the repository at this point in the history
  3. Propagate Encoder down to socket implementations to avoid cloning/b…

    …orrowing
    
    Signed-off-by: Pablo Sichert <mail@pablosichert.com>
    pablosichert committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    1393179 View commit details
    Browse the repository at this point in the history
  4. Make encoder in socket sinks generic such that other sinks can build …

    …on top of it
    
    Signed-off-by: Pablo Sichert <mail@pablosichert.com>
    pablosichert committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    c0c27c9 View commit details
    Browse the repository at this point in the history
  5. Fix component features

    Signed-off-by: Pablo Sichert <mail@pablosichert.com>
    pablosichert committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    3fa65b1 View commit details
    Browse the repository at this point in the history
  6. Add criterion bench to compare vector::sinks::util::encode_log with…

    … `vector::codecs::Encoder::encode`
    
    Signed-off-by: Pablo Sichert <mail@pablosichert.com>
    pablosichert committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    0e7c327 View commit details
    Browse the repository at this point in the history
  7. Default to BytesEncoder for message-based socket sinks

    Signed-off-by: Pablo Sichert <mail@pablosichert.com>
    pablosichert committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    14566b6 View commit details
    Browse the repository at this point in the history
  8. Fix component features

    Signed-off-by: Pablo Sichert <mail@pablosichert.com>
    pablosichert committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    cbcc080 View commit details
    Browse the repository at this point in the history