Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

fix: add a default value for max outstanding request bytes flow control setting - #96

Merged
hannahrogers-google merged 22 commits into
googleapis:masterfrom
hannahrogers-google:master
Feb 24, 2020
Merged

fix: add a default value for max outstanding request bytes flow control setting#96
hannahrogers-google merged 22 commits into
googleapis:masterfrom
hannahrogers-google:master

Conversation

@hannahrogers-google

Copy link
Copy Markdown
Contributor

Fixes #95

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.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 24, 2020
@codecov

codecov Bot commented Feb 24, 2020

Copy link
Copy Markdown

Codecov Report

Merging #96 into master will increase coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #96      +/-   ##
============================================
+ Coverage     79.88%   79.94%   +0.06%     
  Complexity      305      305              
============================================
  Files            21       21              
  Lines          2600     2603       +3     
  Branches        129      129              
============================================
+ Hits           2077     2081       +4     
  Misses          467      467              
+ Partials         56       55       -1     
Impacted Files Coverage Δ Complexity Δ
.../com/google/cloud/pubsub/v1/MessageDispatcher.java 85.64% <0.00%> (+0.49%) 25.00% <0.00%> (ø%) ⬆️

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 19fde3a...b4439fd. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a default value for the flow control setting MaxOutstandingRequestBytes

3 participants