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

feat(pubsublite): unload idle partition publishers #7105

Merged
merged 13 commits into from Dec 9, 2022

Conversation

tmdiep
Copy link
Contributor

@tmdiep tmdiep commented Nov 30, 2022

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.

@tmdiep tmdiep requested review from a team and shollyman as code owners November 30, 2022 06:58
@product-auto-label 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 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 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 tmdiep removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Dec 1, 2022
@tmdiep tmdiep changed the title feat(pubsublite): lazily create partition publishers feat(pubsublite): unload idle partition publishers Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsublite Issues related to the Pub/Sub Lite API. size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants