-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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(pubsublite): unload idle partition publishers #7105
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
size: m
Pull request size is medium.
api: pubsublite
Issues related to the Pub/Sub Lite API.
labels
Nov 30, 2022
tmdiep
added
the
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
label
Nov 30, 2022
product-auto-label
bot
added
size: l
Pull request size is large.
and removed
size: m
Pull request size is medium.
labels
Dec 1, 2022
tmdiep
removed
the
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
label
Dec 1, 2022
dpcollins-google
approved these changes
Dec 8, 2022
hongalex
approved these changes
Dec 8, 2022
tmdiep
changed the title
feat(pubsublite): lazily create partition publishers
feat(pubsublite): unload idle partition publishers
Dec 8, 2022
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Dec 12, 2022
🤖 I have created a release *beep* *boop* --- ## [1.6.0](https://togithub.com/googleapis/google-cloud-go/compare/pubsublite/v1.5.0...pubsublite/v1.6.0) (2022-12-10) ### Features * **pubsublite:** Create/update export subscriptions ([#6885](https://togithub.com/googleapis/google-cloud-go/issues/6885)) ([5fa8555](https://togithub.com/googleapis/google-cloud-go/commit/5fa855545502ab01775d19cc7b42810beefd1d5f)) * **pubsublite:** rewrite signatures and type in terms of new location ([620e6d8](https://togithub.com/googleapis/google-cloud-go/commit/620e6d828ad8641663ae351bfccfe46281e817ad)) * **pubsublite:** Unload idle partition publishers ([#7105](https://togithub.com/googleapis/google-cloud-go/issues/7105)) ([176f533](https://togithub.com/googleapis/google-cloud-go/commit/176f5331ff02dd9ae4eb706f299b31c903689298)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.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
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.
Lazily creates partition publishers and unloads them after 5 minutes of inactivity. This avoids connecting gRPC streams to the server for publisher clients that seldom publish.