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

Pub/Sub Synchronous Pull Example #259

Merged
merged 10 commits into from
Sep 24, 2018
Merged

Pub/Sub Synchronous Pull Example #259

merged 10 commits into from
Sep 24, 2018

Conversation

anguillanneuf
Copy link
Contributor

@anguillanneuf anguillanneuf commented Sep 19, 2018

The desired output would look something like this (to show users that they can use modifyAckDeadline to reset the ack deadline while waiting for the message to get processed):

Reset ack deadline for "m4" for 30s.
Reset ack deadline for "m4" for 30s.
Reset ack deadline for "m4" for 30s.
Acknowledged "m4".
Reset ack deadline for "m1" for 30s.
Reset ack deadline for "m1" for 30s.
Reset ack deadline for "m1" for 30s.
Reset ack deadline for "m1" for 30s.
Reset ack deadline for "m1" for 30s.
Reset ack deadline for "m1" for 30s.
Reset ack deadline for "m1" for 30s.
Reset ack deadline for "m1" for 30s.
Reset ack deadline for "m1" for 30s.
Acknowledged "m1".
Done.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 19, 2018
@codecov
Copy link

codecov bot commented Sep 24, 2018

Codecov Report

Merging #259 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #259   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          10     10           
  Lines         807    807           
=====================================
  Hits          807    807

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 51e2003...d78acc3. Read the comment docs.

@JustinBeckwith JustinBeckwith merged commit e1ffa3a into googleapis:master Sep 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants