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

pubsub: Add support for overriding batch to AWS, GCP, Azure drivers #3158

Merged
merged 1 commit into from Aug 11, 2022

Conversation

vangent
Copy link
Contributor

@vangent vangent commented Aug 10, 2022

Fixes #2976.

@codecov
Copy link

codecov bot commented Aug 10, 2022

Codecov Report

Merging #3158 (12cb59e) into master (0c45fa6) will increase coverage by 0.01%.
The diff coverage is 77.19%.

@@            Coverage Diff             @@
##           master    #3158      +/-   ##
==========================================
+ Coverage   72.78%   72.79%   +0.01%     
==========================================
  Files         113      113              
  Lines       14341    14385      +44     
==========================================
+ Hits        10438    10472      +34     
- Misses       3183     3187       +4     
- Partials      720      726       +6     
Impacted Files Coverage Δ
pubsub/azuresb/azuresb.go 25.21% <50.00%> (+0.53%) ⬆️
pubsub/batcher/batcher.go 91.37% <57.89%> (-6.56%) ⬇️
pubsub/awssnssqs/awssnssqs.go 86.15% <100.00%> (+0.18%) ⬆️
pubsub/gcppubsub/gcppubsub.go 80.73% <100.00%> (+0.82%) ⬆️
blob/s3blob/s3blob.go 89.71% <0.00%> (+0.27%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pubsub/all: disable prefetch based on queue level
1 participant