-
Notifications
You must be signed in to change notification settings - Fork 227
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: add publisher side flow control #1359
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
product-auto-label
bot
added
the
api: pubsub
Issues related to the googleapis/nodejs-pubsub API.
label
Jul 27, 2021
Here is the summary of changes. You are about to add 2 region tags.
This comment is generated by snippet-bot.
|
google-cla
bot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Jul 27, 2021
feywind
added
owlbot:run
Add this label to trigger the Owlbot post processor.
and removed
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Jul 27, 2021
feywind
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jul 30, 2021
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jul 30, 2021
Fixes: #1081 |
feywind
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Aug 11, 2021
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Aug 11, 2021
feywind
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Aug 31, 2021
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Aug 31, 2021
feywind
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Aug 31, 2021
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Aug 31, 2021
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Sep 1, 2021
This reverts commit 3ce3f63.
Adding |
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Sep 2, 2021
feywind
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Sep 15, 2021
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Sep 15, 2021
feywind
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Sep 16, 2021
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Sep 16, 2021
feywind
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Sep 16, 2021
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Sep 16, 2021
JustinBeckwith
approved these changes
Sep 16, 2021
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Sep 23, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [2.18.0](https://www.github.com/googleapis/nodejs-pubsub/compare/v2.17.0...v2.18.0) (2021-09-23) ### Features * add publisher side flow control ([#1359](https://www.github.com/googleapis/nodejs-pubsub/issues/1359)) ([cc0f61b](https://www.github.com/googleapis/nodejs-pubsub/commit/cc0f61b18258bae0be1a5962a93970cc15dcd304)) ### Bug Fixes * update default RPC retry timeouts to match other languages ([#1399](https://www.github.com/googleapis/nodejs-pubsub/issues/1399)) ([8c1afee](https://www.github.com/googleapis/nodejs-pubsub/commit/8c1afeee26fbff84448b1a9576e4c4ef5c67f9cc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: pubsub
Issues related to the googleapis/nodejs-pubsub API.
cla: yes
This human has signed the Contributor License Agreement.
owlbot:ignore
instruct owl-bot to ignore a PR
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds publisher side flow control support, which lets you throttle the amount of messages being sent by bytes or message count.
Work in progress, to get CI.