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

feat: wire connection pool to stream writer without implementing updated schema #1790

Merged
merged 21 commits into from Sep 21, 2022
Merged

Commits on Sep 13, 2022

  1. feat: Split writer into connection worker and wrapper, this is a

    prerequisite for multiplexing client
    GaoleMeng committed Sep 13, 2022
    Copy the full SHA
    5a63d95 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5a13302 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Copy the full SHA
    0297204 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8a81ad3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Copy the full SHA
    68fd040 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3106dae View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5bf04e5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2fc7551 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. feat: add multiplexing support to connection worker. We will treat every

    new stream name as a switch of destinationt
    GaoleMeng committed Sep 16, 2022
    Copy the full SHA
    7a6d919 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3ba7659 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f379a78 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9307776 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    de73013 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. feat: port the multiplexing client core algorithm and basic tests

    also fixed a tiny bug inside fake bigquery write impl for getting thre
    response from offset
    GaoleMeng committed Sep 19, 2022
    Copy the full SHA
    19005a1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c5d14ba View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Copy the full SHA
    644360a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3099d82 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e707dd6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9e7a8fa View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    31f1755 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    44c36fc View commit details
    Browse the repository at this point in the history