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

[Backport release-8.1.0]: Remove actor#submit from ScheduleService #10584

Merged
merged 5 commits into from
Sep 30, 2022

Commits on Sep 30, 2022

  1. test: use one Executor for exporting records

    Using an own executor avoids using the ProcessingScheduleService, which
    shouldn't be accessed from outside the Processing Actor.
    
    Furthermore, we reduce the access to the LogStream object from the
    Context.
    Zelldon committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    7017918 View commit details
    Browse the repository at this point in the history
  2. refactor: remove LogStream from API

    Finally remove the LogStream from the API, which removed the last remaining LogStream knowledge from the engine/processing API
    Zelldon committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    332a405 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4764cc4 View commit details
    Browse the repository at this point in the history
  4. fix: do not use extra submit

    Zelldon committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    13122c3 View commit details
    Browse the repository at this point in the history
  5. refactor: update comment

    Zelldon committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    1de79b6 View commit details
    Browse the repository at this point in the history