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

streamproducer: rewrite event stream to remove ch/loop #120888

Merged
merged 2 commits into from
Mar 27, 2024

Commits on Mar 26, 2024

  1. rangefeed: add frontier visitor option to client

    Release note: none.
    Epic: none.
    dt committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    cca034d View commit details
    Browse the repository at this point in the history
  2. streamproducer: remove loop from eventStream

    This switches eventStream to just do its work on the rangefeed client callback
    handlers directly, without an extra channel handoff and loop with its own
    duplicate frontier.
    
    Release note: none.
    Epic: none.
    dt committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c1d8c6c View commit details
    Browse the repository at this point in the history