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

Bidirectional streaming for pubsub (async client) #742

Closed
wants to merge 26 commits into from

Commits on Sep 21, 2024

  1. works

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    3bb7e60 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. works

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    2add93f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Sync bidi streaming and tests

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c325a2a View commit details
    Browse the repository at this point in the history
  2. example fix

    Signed-off-by: Elena Kolevska <[email protected]>
    
    fixes typing
    
    Signed-off-by: Elena Kolevska <[email protected]>
    
    more readable example
    
    Signed-off-by: Elena Kolevska <[email protected]>
    
    linter
    
    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fbd12a7 View commit details
    Browse the repository at this point in the history
  3. examples fix

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    430d951 View commit details
    Browse the repository at this point in the history
  4. Adds support for api token

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9d67b78 View commit details
    Browse the repository at this point in the history
  5. clean up

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2a4a99b View commit details
    Browse the repository at this point in the history
  6. Adds docs

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ecc8696 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. more small tweaks

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2caf072 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. cleanups and tests

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    072296e View commit details
    Browse the repository at this point in the history
  2. Removes receive queue

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    bf52eec View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Adds subscribe_with_handler

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7945101 View commit details
    Browse the repository at this point in the history
  2. Fixes linter

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    894e523 View commit details
    Browse the repository at this point in the history
  3. Fixes linter

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    045ca7c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Adds async

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    59d3c73 View commit details
    Browse the repository at this point in the history
  2. Adds tests for async streaming subscription

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    cac1726 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Linter

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0ada5ea View commit details
    Browse the repository at this point in the history
  2. Split sync and async examples

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    edadffe View commit details
    Browse the repository at this point in the history
  3. linter

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    baff8e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    2626f44 View commit details
    Browse the repository at this point in the history
  2. Removes unneeded class

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b04615f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Removes async examples tests

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ce0f781 View commit details
    Browse the repository at this point in the history
  2. Revert "Removes async examples tests"

    This reverts commit ce0f781.
    elena-kolevska committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    df2fa9f View commit details
    Browse the repository at this point in the history
  3. Split up topic names between tests

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    fc0c5fa View commit details
    Browse the repository at this point in the history
  4. Split up topic names between tests

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    09576c8 View commit details
    Browse the repository at this point in the history
  5. linter

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8ba8b41 View commit details
    Browse the repository at this point in the history