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

Multiplex Bigtable connections over a single grpc Channel #651

Open
data-sync-user opened this issue Mar 7, 2024 · 0 comments
Open

Multiplex Bigtable connections over a single grpc Channel #651

data-sync-user opened this issue Mar 7, 2024 · 0 comments
Assignees

Comments

@data-sync-user
Copy link
Collaborator

Like a task included in https://github.com/mozilla-services/syncstorage-rs/issues/184,

We currently establish individual grpc channels per client connections for simplicity sake, however we should follow other client implementations and utilize grpc’s multiplex feature where it can support multiple, concurrent requests over a single grpc connection: https://cloud.google.com/bigtable/docs/connection-pools

This will result in:

  • More efficient usage of resources, only requiring the overhead of one grpc connection per 100 client requests
  • A more well behaved/in line with other client impls

┆Issue is synchronized with this Jira Task

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

No branches or pull requests

2 participants