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: add gRPC-GCP channel pool as an option #1227

Merged
merged 18 commits into from Jun 29, 2021

Commits on Mar 24, 2021

  1. add grpc-gcp extensions

    Jennnnny committed Mar 24, 2021
    Copy the full SHA
    6b58a5a View commit details
    Browse the repository at this point in the history
  2. remove local files

    Jennnnny committed Mar 24, 2021
    Copy the full SHA
    9e59de1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. update read apiconfig

    Jennnnny committed Mar 25, 2021
    Copy the full SHA
    2349c47 View commit details
    Browse the repository at this point in the history
  2. update read apiconfig

    Jennnnny committed Mar 25, 2021
    Copy the full SHA
    e1c55d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Copy the full SHA
    418da2b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Copy the full SHA
    422302b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Copy the full SHA
    03815ca View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. change gcp package name

    Jennnnny committed Apr 8, 2021
    Copy the full SHA
    75bc079 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

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

Commits on Jun 1, 2021

  1. Set grpc-gcp low streams watermark to 1

    This allows sessions to be spread across channels when the Spanner client starts up.
    nimf committed Jun 1, 2021
    Copy the full SHA
    5d2afc8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    76332de View commit details
    Browse the repository at this point in the history
  3. feat: add gRPC-GCP channel pool as an option

    This enables a user to opt-in for using the gRPC-GCP extension channel pool and configure its options.
    nimf committed Jun 1, 2021
    Copy the full SHA
    f8006c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Addressed comments.

    nimf committed Jun 13, 2021
    Copy the full SHA
    b6ccf7a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into grpc-gcp

    # Conflicts:
    #	google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerOptions.java
    #	google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/GapicSpannerRpc.java
    nimf committed Jun 13, 2021
    Copy the full SHA
    549e2fd View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Fixed linting issues.

    nimf committed Jun 14, 2021
    Copy the full SHA
    6b94299 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Copy the full SHA
    ea82c12 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ed3d4ad View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Add ChannelUsageTest

    olavloite authored and nimf committed Jun 23, 2021
    Copy the full SHA
    2044798 View commit details
    Browse the repository at this point in the history