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

Add endpoint to receive updates for tables #262

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

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    95188b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. agent: pass SharedUpdateBroadcastCache to /updates handler

    It's required by the handler but not getting passed to Axum's middleware
    stack.
    pborzenkov committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d2abe51 View commit details
    Browse the repository at this point in the history
  2. api: move NotifyEvent to corro-api-types

    As the client doesn't import "big" corro-types, move public facing
    types to the dedicated crate.
    pborzenkov committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    df36ccc View commit details
    Browse the repository at this point in the history
  3. client: add Rust client for the new /updates endpoint

    The client is much simpler than the existing subscription client:
     - it doesn't handle I/O error and simply bubble it up (as the user
       still need to handle it)
     - the only possible errors are I/O and deserialization as the /updates
       stream doesn't have a "change id" concept
    pborzenkov committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    9cbf354 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    b76038a View commit details
    Browse the repository at this point in the history