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

fix(bigquery/storage/managedwriter): fix option propagation #7669

Merged
merged 4 commits into from
Mar 31, 2023

Commits on Mar 30, 2023

  1. feat(bigquery/storage/managedwriter): introduce location routing header

    This allows for the backend to more efficient route traffic.  Normally
    we'd extract this from the request, but location is not part of the
    write identifier.
    shollyman committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ec615f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    b409611 View commit details
    Browse the repository at this point in the history
  2. fix(bigquery/storage/managedwriter): fix option propagation

    With recent multiplex refactors, call options were not being propagated
    properly for non-multiplex writers as we formerly created a
    pool-per-writer.
    
    This allows the router to build exclusive connections using the writers
    settings, namely overrides to flow control and call options propagated
    to the underlying AppendRows RPC.
    
    Towards: googleapis#7103
    shollyman committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    e770d94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b35277e View commit details
    Browse the repository at this point in the history