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: Implement assigner, which handles partition-subscriber assignment. #14

Merged
merged 4 commits into from
Sep 15, 2020

Commits on Sep 14, 2020

  1. feat: Implement committer

    Also small fix to retrying connection so it doesn't leak reads/writes from previous connections.
    dpcollins-google committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    ba3140b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d34653 View commit details
    Browse the repository at this point in the history
  3. feat: Implement assigner which generates subscription-partition assig…

    …nments.
    
    Also slightly change the semantics of PermanentFailable to not fail a RetryingConnection on retryable errors from a watched awaitable.
    dpcollins-google committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    e370118 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    6c76960 View commit details
    Browse the repository at this point in the history