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

Flesh out pubsub subscriptions #743

Merged
merged 8 commits into from
Mar 19, 2015
Merged

Flesh out pubsub subscriptions #743

merged 8 commits into from
Mar 19, 2015

Commits on Mar 19, 2015

  1. Add 'pubsub.subscription.Subscription' class.

    Include 'create', 'delete', 'exists', and 'reload' method to manage
    subscription state.
    
    Allow toggling between push / pull w/ 'modify_push_config'.
    
    Consume / acknowledge messages in pull-mode w/ 'pull', 'acknowledge',
    and 'modify_ack_deadline'.
    tseaver committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    7799622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42b0dc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db75350 View commit details
    Browse the repository at this point in the history
  4. Spell out ACK.

    Addresses: #743 (comment).
    tseaver committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    bdcc60b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1b581d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a9eb19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea1625c View commit details
    Browse the repository at this point in the history
  8. Docstring typo fixes per @tmatsuo.

    [ci skip]
    tseaver committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    7821d88 View commit details
    Browse the repository at this point in the history