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(bigquery/storage/managedwriter): augment reconnection logic #6609

Merged
merged 2 commits into from Sep 2, 2022

Commits on Sep 2, 2022

  1. feat(bigquery/storage/managedwriter): augment reconnection logic

    This PR augments the reconnection logic to include the grpc transport
    stream drain error as a condition where we should force reconnect,
    rather the waiting for the io.EOF of the connection fully closing.
    
    Related: googleapis#6595
    shollyman committed Sep 2, 2022
    Copy the full SHA
    33f5010 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c8b50ad View commit details
    Browse the repository at this point in the history