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

[Access] Enable grpc compression #4503

Closed
peterargue opened this issue Jun 22, 2023 · 2 comments
Closed

[Access] Enable grpc compression #4503

peterargue opened this issue Jun 22, 2023 · 2 comments
Labels

Comments

@peterargue
Copy link
Contributor

peterargue commented Jun 22, 2023

grpc supports asymmetric (one sided) compression. Add support for:

  • compressing requests to ENs
  • compressing responses from ENs
  • compressing responses from ANs

along with handing decompression on the server side.

Make compressing requests/responses configurable via a cli flag on ANs/ENs

@Guitarheroua
Copy link
Contributor

Which compressor or compressors should be used for this task, as this is not mentioned directly in the issue? Are there any existing ones that you would recommend, or should new compressors be suggested?

@peterargue
Copy link
Contributor Author

I'm not sure. Can you do some research and provide suggestions? The communication between EN/ANs are both using go so we can pretty much use anything that we want. The connection between ANs and clients would need to pick more common/accessible options. Ideally we'd use the same in all cases unless there's a compelling reason.

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

No branches or pull requests

2 participants