-
Notifications
You must be signed in to change notification settings - Fork 90
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 max duration per ack extension #211
feat: implement max duration per ack extension #211
Conversation
Adding delivery attempt count to PubsubMessages as a message attribute, and creating helper function to allow users to get the count without knowing implementation details.
lettering is not enabled
Codecov Report
@@ Coverage Diff @@
## master #211 +/- ##
============================================
- Coverage 79.05% 79.04% -0.02%
- Complexity 312 313 +1
============================================
Files 21 21
Lines 2841 2849 +8
Branches 153 155 +2
============================================
+ Hits 2246 2252 +6
Misses 533 533
- Partials 62 64 +2
Continue to review full report at Codecov.
|
google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/MessageDispatcher.java
Outdated
Show resolved
Hide resolved
@kamalaboulhosn, friendly ping - can you take another look at this? |
Apologies, this wasn't showing up in my list of pending reviews. |
Fixes #93