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

Accept compressed RPCs in Oak Functions trusted app #4705

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

andrisaar
Copy link
Collaborator

This is entirely optional; the expectation is that with this we can trade off higher CPU usage (as we need to do compression) for increased network bandwidth (as we need to transmit fewer bytes).

Obviously this needs to be enabled on the client side as well. I've also not enabled compression for responses to be on the safe side for now.

Copy link
Contributor

@pmcgrath17 pmcgrath17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Andri, that was fast

oak_functions_containers_app/src/lib.rs Show resolved Hide resolved
Copy link
Contributor

@pmcgrath17 pmcgrath17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated.

@andrisaar andrisaar merged commit 31ccc6a into project-oak:main Jan 23, 2024
17 checks passed
@andrisaar andrisaar deleted the zippers branch January 23, 2024 21:22
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

Successfully merging this pull request may close these issues.

3 participants