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

Allow subscribing to reflector store updates #1426

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Mar 13, 2024

  1. Factor out shared reflector store internals

    Signed-off-by: Natalie Klestrup Röijezon <[email protected]>
    nightkr committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    27f2a67 View commit details
    Browse the repository at this point in the history
  2. Implement backpressuring broadcast channel

    Signed-off-by: Natalie Klestrup Röijezon <[email protected]>
    nightkr committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    4cda04c View commit details
    Browse the repository at this point in the history
  3. Add broadcast event support to reflector

    Signed-off-by: Natalie Klestrup Röijezon <[email protected]>
    nightkr committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d9563e7 View commit details
    Browse the repository at this point in the history
  4. Simplify reflector() with async-stream

    Signed-off-by: Natalie Klestrup Röijezon <[email protected]>
    nightkr committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    acae777 View commit details
    Browse the repository at this point in the history
  5. Remove the Send+Sync requirement from Broadcaster

    Signed-off-by: Natalie Klestrup Röijezon <[email protected]>
    nightkr committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    4525d67 View commit details
    Browse the repository at this point in the history