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

Streaming proxy subscriptions over GRPC #722

Merged
merged 26 commits into from
Oct 9, 2023
Merged

Streaming proxy subscriptions over GRPC #722

merged 26 commits into from
Oct 9, 2023

Commits on Jul 21, 2023

  1. proxy streams implementation

    FZambia committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b5a1ba3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    34add2a View commit details
    Browse the repository at this point in the history
  2. add config validation

    FZambia committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    f41ab69 View commit details
    Browse the repository at this point in the history
  3. fix nil pointer panics

    FZambia committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    04c6b00 View commit details
    Browse the repository at this point in the history
  4. fix lint

    FZambia committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    cb17da2 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. fix comment

    FZambia committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    f6ce6f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    0b2f5c0 View commit details
    Browse the repository at this point in the history
  2. interface{} to any

    FZambia committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    94498a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 14, 2023

  1. minor comments improvements

    FZambia committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5e726b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    7155840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f9f547 View commit details
    Browse the repository at this point in the history
  3. cleanups

    FZambia committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    2255a4c View commit details
    Browse the repository at this point in the history
  4. cleanups

    FZambia committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    949f989 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. rename Proxy to Config

    FZambia committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    44cc369 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    0f4bfdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3118ae7 View commit details
    Browse the repository at this point in the history
  3. up centrifuge

    FZambia committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f930b8b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. rename proto messages

    FZambia committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    24e54ea View commit details
    Browse the repository at this point in the history
  2. cleanups

    FZambia committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    c359254 View commit details
    Browse the repository at this point in the history
  3. support granular proxy

    FZambia committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    f5b0301 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. restore benchmark.js

    FZambia committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    21cdc00 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. drop unused interface method

    FZambia committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4e2e12c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2a3fc3 View commit details
    Browse the repository at this point in the history
  3. better error

    FZambia committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2c4bcae View commit details
    Browse the repository at this point in the history
  4. pin to latest centrifuge

    FZambia committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    0f58415 View commit details
    Browse the repository at this point in the history