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: all setting timeouts for batchers + fix handling of timeouts for point reads #861

Merged
merged 5 commits into from Jun 16, 2021

Commits on Jun 4, 2021

  1. feat: all setting timeouts for batchers + fix handling of timeouts fo…

    …r point reads
    
    This introduces 2 new variants of new*Batcher that accept a GrpcCallContext. This context will be used for batch RPCs generated by the batcher instance.
    Also fixes handlings of timeout overrides for point reads and bukmutations. If a user set a timeout, don't override it
    igorbernstein2 committed Jun 4, 2021
    Copy the full SHA
    3894fe7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    23b5cde View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Copy the full SHA
    328aef8 View commit details
    Browse the repository at this point in the history
  2. clirr

    igorbernstein2 committed Jun 16, 2021
    Copy the full SHA
    91ed122 View commit details
    Browse the repository at this point in the history
  3. format

    igorbernstein2 committed Jun 16, 2021
    Copy the full SHA
    7a04b13 View commit details
    Browse the repository at this point in the history