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

Add support for compressing RPC response #2157

Open
Thegaram opened this issue Apr 30, 2021 · 0 comments
Open

Add support for compressing RPC response #2157

Thegaram opened this issue Apr 30, 2021 · 0 comments
Labels
enhancement New feature or request RPC

Comments

@Thegaram
Copy link
Contributor

Some RPC responses might be quite large, especially under high TPS. We support paging for some tracing and log filtering APIs. Another option would be to compress the response. There seems to be no out-of-the-box solution but the jsonrpc crate has middleware support that might be used for this.

Related issue: Conflux-Chain/go-conflux-sdk#74.

@Thegaram Thegaram added the enhancement New feature or request label Apr 30, 2021
@Pana Pana added the RPC label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request RPC
Projects
None yet
Development

No branches or pull requests

2 participants