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): wire in flow controller #4501

Merged

Commits on Jul 26, 2021

  1. feat(bigquery/storage/managedwriter): wire in flow controller

    This adds a flow controller to the managed stream, guarding AppendRows.
    
    This change puts the release responsibility for the flow controller in
    the markDone() method of the pendingWrite.  Flow controller code is
    already well tested via unit tests, so this doesn't add any additional
    tests.
    shollyman committed Jul 26, 2021
    Copy the full SHA
    08f1f41 View commit details
    Browse the repository at this point in the history
  2. improve comments

    shollyman committed Jul 26, 2021
    Copy the full SHA
    bd3b9c9 View commit details
    Browse the repository at this point in the history
  3. remove completed todo

    shollyman committed Jul 26, 2021
    Copy the full SHA
    9c5127b View commit details
    Browse the repository at this point in the history