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 max/min throttling options to BulkWriterOptions #400

Merged
merged 6 commits into from Oct 9, 2020

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    f5b8e0c View commit details
    Browse the repository at this point in the history
  2. port rate limiter test fix

    Brian Chen committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    79e247f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. resolve comments and use AutoValue

    Brian Chen committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    201594d View commit details
    Browse the repository at this point in the history
  2. change batch size to 25

    Brian Chen committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    3658104 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. use null values instead of Double.NaN

    Brian Chen committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    64d0689 View commit details
    Browse the repository at this point in the history
  2. revert batch size to 500

    Brian Chen committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    e9b48f3 View commit details
    Browse the repository at this point in the history