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

chore: Avoid the use of SinkExt in src/topology/builder.rs #11188

Merged
merged 1 commit into from
Feb 4, 2022

Commits on Feb 4, 2022

  1. Avoid the use of SinkExt in src/topology/builder.rs

    I'm starting to experiment with the removal of `Sink` implementation for
    `Fanout` for #10144. My in-flight work is starting to sprawl uncomfortably so
    this is a small patch to remove reliance on one of the related `Sink` traits.
    
    Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
    blt committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    f5d1d24 View commit details
    Browse the repository at this point in the history