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: support customizable retry and timeout settings on the publisher client #299

Merged
merged 19 commits into from Jun 15, 2021

Commits on Nov 16, 2020

  1. Copy the full SHA
    729a5e7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a9b5190 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

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

Commits on Dec 4, 2020

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

Commits on Feb 25, 2021

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

Commits on Feb 26, 2021

  1. Copy the full SHA
    12f2140 View commit details
    Browse the repository at this point in the history
  2. test publisher client

    plamut committed Feb 26, 2021
    Copy the full SHA
    240f992 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    272ccdc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a0a1fcb View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2d0046c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

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

Commits on May 28, 2021

  1. Copy the full SHA
    ce8daea View commit details
    Browse the repository at this point in the history
  2. Update PublisherOptions docs

    plamut committed May 28, 2021
    Copy the full SHA
    2adaba1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    072d636 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    44d94b8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d1f0294 View commit details
    Browse the repository at this point in the history
  6. Remove redundant backslash

    plamut committed May 28, 2021
    Copy the full SHA
    05b556e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    762b129 View commit details
    Browse the repository at this point in the history
  8. Do not accept plain None as a valid timeout

    Using no timeout is not a good idea, but if one really wants to,
    they can pass it in as ConstantTimeout(None).
    
    As a side effect, the logic of converting a constant into a
    COnstantTimeout instance can be removed, as this is already handled
    in api-core for int and float values.
    plamut committed May 28, 2021
    Copy the full SHA
    b7939d1 View commit details
    Browse the repository at this point in the history