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

Replace tarpc dependency with directly using tokio-serde #43

Merged
merged 3 commits into from
Nov 20, 2023

Commits on Nov 18, 2023

  1. agent: Implement Drop for agent process for cleanup at exit

    This would be simpler than enclosing the entire test code with
    std::panic::catch_unwind.  Also moves fixtures into the top-level
    directory.
    
    Signed-off-by: Daiki Ueno <[email protected]>
    ueno committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    3e7faee View commit details
    Browse the repository at this point in the history
  2. event-broker: Add basic integration tests

    Signed-off-by: Daiki Ueno <[email protected]>
    ueno committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    9ef124e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Replace tarpc dependency with directly using tokio-serde

    While tarpc works nicely, it pulls in a number of dependencies through
    its opentelemetry support, which prevents packaging the event-broker
    in Fedora.  This switches to using tokio-serde directly for RPC.
    
    Signed-off-by: Daiki Ueno <[email protected]>
    ueno committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    fa780e9 View commit details
    Browse the repository at this point in the history